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.
Re:That's not sick...
Simon on 2002-06-11T18:56:41
...try this for sick: requiring that a C compiler is available so that... Isn't that just the
Inline
principle?Inline::Regex
, I can see it now...