Skip to content

Commit 06304cb

Browse files
committed
Temporarily disable triggering of SC barrier on setting boolification protocol.
1 parent f6c39dc commit 06304cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ops/nqp.ops

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ inline op set_boolification_spec(in PMC, in INT, in PMC) :base_core {
19191919
mem_sys_free(st->boolification_spec);
19201920
st->boolification_spec = new_spec;
19211921
PARROT_GC_WRITE_BARRIER(interp, STABLE_PMC($1));
1922-
ST_SC_WRITE_BARRIER(st);
1922+
/*ST_SC_WRITE_BARRIER(st);*/
19231923
}
19241924
else {
19251925
Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_INVALID_OPERATION,

0 commit comments

Comments
 (0)