falinf has asked for the wisdom of the Perl Monks concerning the following question:
I'm compiling up a perl only to be used for embedding in C software on the linux platform. Been looking around trying to see if I can find anything on ways to optimze the perl compiled for this use.
So far I'm thinking to disable threading but don't have much else planned as far as optimizing it. In a nutshell, the embedded interpreter will essentially be running code that pulls in a few modules, does some things with passed strings and ultimately returns a string.
If anyone has any optimization suggestions I'd love to hear them.
cheers!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Ways to optimize perl compile that's only to be used for embedding?
by Your Mother (Archbishop) on May 28, 2014 at 15:33 UTC | |
|
Re: Ways to optimize perl compile that's only to be used for embedding?
by Anonymous Monk on May 28, 2014 at 11:43 UTC | |
|
Re: Ways to optimize perl compile that's only to be used for embedding?
by locked_user sundialsvc4 (Abbot) on May 28, 2014 at 13:08 UTC |