Skip to content

Commit

Permalink
CC: More PERL_ASYNC_CHECKs re smoke-me/leave-scope-async-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Oct 18, 2012
1 parent de02c26 commit 0757d3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/B/CC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ my %optimise = (
);
my %async_signals = map { $_ => 1 } # 5.14 ops which do PERL_ASYNC_CHECK
qw(wait waitpid nextstate and cond_expr unstack or subst dorassign);
$async_signals{$_} = 1 for # more 5.16 ops which do PERL_ASYNC_CHECK
qw(substcont next redo goto leavewhen);
# perl patchlevel to generate code for (defaults to current patchlevel)
my $patchlevel = int( 0.5 + 1000 * ( $] - 5 ) ); # XXX unused?
my $MULTI = $Config{usemultiplicity};
Expand Down

0 comments on commit 0757d3f

Please sign in to comment.