Skip to content

Instantly share code, notes, and snippets.

@dinfuehr
dinfuehr / RISC-V
Created April 23, 2024 12:46
Write Barrier in V8 Assembly: RISC-V & X64
--- Raw source ---
(a, b) {
a.x = b;
}
--- Optimized code ---
optimization_id = 0
source_position = 225
kind = TURBOFAN