in reply to Re: Re: embedded perl calls c subroutines
in thread embedded perl calls c subroutines
But (IMHO) sometimes it's may be not good to use it in a final version of a script, because it recompiles something on the fly, and that means not only big startup time of a script, but also you must distribute your program with C compiler.
addition: After some experiments, I found out that I was wrong and things are easier to end-user than I thought: once Inline::C compiled a code, it do not recompile it again, and just loads it on demand from a single dll file (on my Win32).
Very interesting module to play with!
Courage, the Cowardly Dog
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: embedded perl calls c subroutines
by theorbtwo (Prior) on Aug 12, 2002 at 21:15 UTC |