Back out the {ENTER,LEAVE}_with_name("sub") part of d343c3ef45381352 for now.
authorNicholas Clark <nick@ccl4.org>
Thu, 14 Jan 2010 15:37:05 +0000 (15:37 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 14 Jan 2010 15:37:05 +0000 (15:37 +0000)
commita57c668520b9767f7a6c93e0a396cee792a98be5
tree1cff2268cec4757529a9eb23e4d7274b0e18fcd9
parentb595cd4b73a6e1bd45865d6446c34d4019c740d1
Back out the {ENTER,LEAVE}_with_name("sub") part of d343c3ef45381352 for now.

It's conflicting with an established pattern in XS code, working around the
inability of the XS SCOPE: keyword to actually provide anything useful.
The minor amount of extra debugging it gives here is not worth the external
trouble it causes.

Revisit this once we can provide a meaningful option to disable the
ENTER/LEAVE around XSUBs.
pp_ctl.c
pp_hot.c