Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: How is a perl program processed ?

by abhishes (Friar)
on Apr 01, 2003 at 16:54 UTC ( [id://247281]=note: print w/replies, xml ) Need Help??


in reply to Re: How is a perl program processed ?
in thread How is a perl program processed ?

I will like to add another question then, does perl do JIT compilation then? or does it compile the entire program at startup and loads the entire code in memory?

regards,
Abhishek.

  • Comment on Re: Re: How is a perl program processed ?

Replies are listed 'Best First'.
Re: Re: Re: How is a perl program processed ?
by diotalevi (Canon) on Apr 01, 2003 at 17:16 UTC

    The optree is created once and only once unless things like B::Generate are active in which case manual alterations are possible (and of course eval and require also compile new code). Perl doesn't do JIT - people smarter than I can speak about Parrot's JIT.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-20 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found