Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
When reusing allocated frames, clear the "this is only a bindability …
…check" flag :D colomon++
  • Loading branch information
sorear committed Jan 1, 2012
1 parent b5d8efc commit 92420ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Kernel.cs
Expand Up @@ -2186,6 +2186,7 @@ public class Frame: P6any, IFixup {
if (TraceCalls)
Console.WriteLine("{0}\t{1}", this.info.name, info.name);
reusable_child.ip = 0;
reusable_child.flags = 0;
reusable_child.resultSlot = null;
reusable_child.lexn = (info.nspill != 0) ? new object[info.nspill] : null;
reusable_child.on_leave = null;
Expand Down

0 comments on commit 92420ba

Please sign in to comment.