]> git.vpit.fr Git - perl/modules/autovivification.git/commit
Also mark the unstack ops in our peephole optimizer rt99458 rt99904
authorVincent Pit <vince@profvince.com>
Sat, 1 Nov 2014 21:39:16 +0000 (19:39 -0200)
committerVincent Pit <vince@profvince.com>
Sat, 1 Nov 2014 21:46:24 +0000 (19:46 -0200)
commit7112826bde64279aa69215293b5c94cc584d7388
treeb93e1284fba81107d3837fb924eb6fac53abc42f
parentc2237219516974eb5eba3b1a71a4b1e49d72c4e0
Also mark the unstack ops in our peephole optimizer

This prevents infinite recursion at compile time for ... while 1
constructs, where the body may not contain neither nextstates nor
stubs.

This fixes RT #99458 and RT #99904.
autovivification.xs
t/43-peep.t