>
>
> Even if the JVM put the code through the compiler right away, the
> resulting code wouldn't be very good because it will have not had time
> to profile code to apply the more powerful optimizations. It would be
> throwing all of that code away once it has had time to profile the
> code, so any time spent JITing the code before then is most likely not
> worth it.


Exactly. You can't apply Just-In-Time techniques Ahead-Of-Time. Pretty much
by definition.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to