On Jan 29, 2014, at 6:58 PM, Mikera <mike.r.anderson...@gmail.com> wrote:

> The real issue issue is loading / initialisation of Clojure code after JVM 
> startup - i.e. loading clojure.core and the (potentially large) graph of 
> required namespaces. This quickly becomes noticeable if you are using a large 
> set of libraries in your project.

Right, because it needs to compile all this code.  Disabling JIT usually shaves 
off a lot of time:
on my machine running clojure -e "(+ 1 2)" in client jvm take 1.5 seconds, 
while taking only 1 second
if -Xint is specified (which runs JVM in the interpreter mode).

--
ST4096-RIPE



-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to