in reply to Re^2: Dynamically inspecting Regex OP-Codes at runtime?
in thread Dynamically inspecting Regex OP-Codes at runtime?
I'm still hoping to find something simpler w/o needing to compile XS-modules, preferably within the core.
Pipe dream if you ask me, look at http://perl5.git.perl.org/perl.git/blob#l14597 and http://perl5.git.perl.org/perl.git/blob?f=regcomp.h#l778
I imagine you might be able to peek at a regex structure using B, but you can't get at the debug messages, they're not stored, and you can't hook DEBUG_COMPILE macros
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Dynamically inspecting Regex OP-Codes at runtime?
by LanX (Saint) on Jan 30, 2013 at 16:09 UTC | |
|
Re^4: Dynamically inspecting Regex OP-Codes at runtime?
by Anonymous Monk on Jan 30, 2013 at 12:09 UTC |