Should JIT_UpdateWriteBarrierState
be in the patchable section or not?
#92554
Labels
Milestone
JIT_UpdateWriteBarrierState
be in the patchable section or not?
#92554
In the .S file (non-Windows) the function is defined outside of
JIT_PatchedCodeStart
block:runtime/src/coreclr/vm/arm64/asmhelpers.S
Line 208 in bbe5c66
In the .asm file (Windows) the function is defined inside the patchable block:
runtime/src/coreclr/vm/arm64/asmhelpers.asm
Lines 260 to 278 in bbe5c66
Which one is correct?
Ref: #92520 (comment)
The text was updated successfully, but these errors were encountered: