Skip to content

Commit

Permalink
MVMStaticFrame does not directly ref an MVMFrame.
Browse files Browse the repository at this point in the history
Thus refs_frames can be cleared. It may have referenced them at some
point in the past, but it doesn't now. Since MVMStaticFrame was the
most costly of the refs_frames things to mark, and there were a lot
of them, this makes the intergenerational roots a bunch cheaper to
handle.
  • Loading branch information
jnthn committed Jan 22, 2014
1 parent e072c4c commit 370f3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/6model/reprs/MVMStaticFrame.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,5 @@ static const MVMREPROps this_repr = {
compose,
"MVMStaticFrame", /* name */
MVM_REPR_ID_MVMStaticFrame,
1, /* refs_frames */
0, /* refs_frames */
};

0 comments on commit 370f3cf

Please sign in to comment.