Sisyphus
Thu, 17 Sep 2009 00:20:47 -0700
----- Original Message ----- From: "nadim khemir" <na...@khemir.net>
PS: one of the things that I dislike with Inline C was the time it took toparse the code to find the functions to export to perl. I remember patching Inline to speed it up by bypassing the parsing altogether. It's somewhere inthe Inline mailing list archive I believe.
The config option: USING => 'ParseRegExp',provides much faster parsing than (the default) Parse::RecDescent. (However, I don't know how it compares with the patch your referring to.)
Cheers,Rob