On Fri, Mar 18, 2011 at 11:42 AM, dmiller <dmiller2...@gmail.com> wrote:
> core.clj and company are AOT-compiled.  The dll's are loaded during
> startup, not the clojure source.
> When I run a profiler on it during startup, it reports almost all time
> being taken by the JITter.
>
> I'm open to suggestions on improving this.  In particular, more
> detailed profiling information would be of interest.

If you ask me, this one is for Microsoft to fix. (Likely, hah!)

Their JITter could apparently stand to have a cross-session cache, if
the CLR JITs does a lot more stuff eagerly than Hotspot does.

-- 
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