Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: perl compile options

by hv (Prior)
on Jul 27, 2006 at 09:37 UTC ( [id://564003]=note: print w/replies, xml ) Need Help??


in reply to perl compile options

The runtime cost of a debugging-enabled perl varies depending on the sort of processing you're doing. Most of the time the cost is negligible, but in some cases it can be quite significant (eg if some debug variable is being malloced and released in a tight loop).

I'd suggest building a non-debugging perl and doing some comparative benchmarks on your own programs to see if the difference would be significant in your case.

Hugo

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://564003]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-19 05:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found