Skip to content

Commit

Permalink
Mark dyncomp boundaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 27, 2013
1 parent f4fe4dd commit a31ce41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/World.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,7 @@ class Perl6::World is HLL::World {
# Create outer lexical contexts with all symbols visible. Maybe
# we can be a bit smarter here some day. But for now we just make a
# single frame and copy all the visible things into it.
$past<DYN_COMP_WRAPPER> := 1;
my %seen;
my $mu := try { self.find_symbol(['Mu']) };
my $cur_block := $past;
Expand Down

0 comments on commit a31ce41

Please sign in to comment.