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

Re: Re: Re: Re: Is perl scalable?

by perrin (Chancellor)
on Dec 06, 2002 at 03:30 UTC ( [id://217977]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Is perl scalable?
in thread Is perl scalable?

You mean incremental compilation like Hotspot does? That's a bit different, since it's compiling from bytecode to machine language. I wonder if a just-in-time compiler would make a difference in Perl performance. Then again, it's already as fast or faster than Java for everything I've ever tried, so maybe it isn't worth the complexity.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Is perl scalable?
by dws (Chancellor) on Dec 06, 2002 at 05:17 UTC
    You mean incremental compilation like Hotspot does? That's a bit different, since it's compiling from bytecode to machine language.

    The end result of incremental compilation, though, is code translated to machine instructions. That's what most people think of when they think of compiled languages. Incremental compilation just throws a delay into the works.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-26 07:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found