http://www.perlmonks.org?node_id=1009524


in reply to Re^8: How does CATCH_SET optimize efficiency?
in thread How does CATCH_SET optimize efficiency?

So the net effect is that when there's no eval in FETCH, a JMPENV_PUSH is saved, but when there is eval, a run loop is wasted(3 vs 2), is this right?

  • Comment on Re^9: How does CATCH_SET optimize efficiency?

Replies are listed 'Best First'.
Re^10: How does CATCH_SET optimize efficiency?
by dave_the_m (Monsignor) on Dec 19, 2012 at 10:32 UTC
    Yes.

    Dave.