----- Original Message -----
From: "nadim khemir" <na...@khemir.net>
PS: one of the things that I dislike with Inline C was the time it took to
parse 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
in
the 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