On Mon, 20 Dec 2010 12:19:59 -0500
Ken Wesson <kwess...@gmail.com> wrote:

> Has anyone tried compiling a Clojure project (along with Clojure
> itself) with gcj or jet?

I tried to compile Clojure 1.2 with GCJ. To avoid compilation errors I
had to replace some classes in GNU Classpath with versions from OpenJDK.
Still no success: GCJ displayed no errors but used up all available
virtual memory and crashed.

Compiling Clojure to native code would likely degrade overall performance
but may improve startup speed. HotSpot uses adaptive optimizations based
on runtime profiling information and also can better handle dynamically
generated bytecode.

--
Mikhail

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