Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Temporarily disable triggering of SC barrier on setting boolification…
… protocol.
  • Loading branch information
jnthn committed Feb 28, 2012
1 parent f6c39dc commit 06304cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/nqp.ops
Expand Up @@ -1919,7 +1919,7 @@ inline op set_boolification_spec(in PMC, in INT, in PMC) :base_core {
mem_sys_free(st->boolification_spec);
st->boolification_spec = new_spec;
PARROT_GC_WRITE_BARRIER(interp, STABLE_PMC($1));
ST_SC_WRITE_BARRIER(st);
/*ST_SC_WRITE_BARRIER(st);*/
}
else {
Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_INVALID_OPERATION,
Expand Down

0 comments on commit 06304cb

Please sign in to comment.