Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BlockVarOptimizer's $!poisoned can be a native int
gives a tiny bit better code-gen.
also, this tripped up one of my opts, so kudos to
this non-native int attribute for kicking my butt :)
  • Loading branch information
timo committed Mar 16, 2015
1 parent 051c602 commit 0f780b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Optimizer.nqp
Expand Up @@ -422,7 +422,7 @@ my class BlockVarOptimizer {
has $!takedispatcher;

# If lowering is, for some reason, poisoned.
has $!poisoned;
has int $!poisoned;

# If p6bindsig is used.
has int $!uses_bindsig;
Expand Down

0 comments on commit 0f780b2

Please sign in to comment.