in reply to Re^5: Syntax error makes perl hang
in thread Syntax error makes perl hang
Except that 'aa' ..'aaaaaaaa' which works is a bigger array than 'pfo' .. 'pctpfo', unless I'm completely misunderstanding how it increments them. I'm guessing there is some kind of optimization in that case? ... Either way why does Perl still allocate the memory during the -c check? (my machine crashed while using -c)
If it is just the size I suppose there's not a bug per se, but it would be nice if there was some kind of brake to keep Perl from running away with all the memory. I still say there is a bug though, at the very least -c shouldn't allocate the memory.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Syntax error makes perl hang
by Ven'Tatsu (Deacon) on Aug 16, 2005 at 18:40 UTC | |
Re^7: Syntax error makes perl hang
by gellyfish (Monsignor) on Aug 16, 2005 at 18:55 UTC |