http://qs321.pair.com?node_id=253430


in reply to Re: Can shmfs speed up Perl?
in thread Can shmfs speed up Perl?

"parse tree" ne "bytecode".

Definitely not the same thing. (Not too surprising, as they're essentially mutually exclusive)

Replies are listed 'Best First'.
Re: Re: Re: Can shmfs speed up Perl?
by Notromda (Pilgrim) on Apr 30, 2003 at 22:32 UTC
    Right, that's why I put that disclaimer in there. People have been calling the parse tree "bytecode" because of the B::* modules. But as has been said elsewhere, the B doesn't stand for bytecode. :P

    Which reminds me, I really should play with those a little bit.