NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Tuesday June 11, 2002
07:34 AM
Sick sick sick
Idea of the day: JIT the bytecode produced by the regexp engine. Shouldn't actually be too hard. Produce a bunch of C functions which perform each node, keep everything in registers, and use C magic to build a buffer stringing the assembly code for each function together.
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
That's not sick... (Score:2)
Re:That's not sick... (Score:2)
Isn't that just the
Inlineprinciple?Inline::Regex, I can see it now...