On Tue, Jul 21, 2009 at 8:04 PM, Howard Lewis Ship<hls...@gmail.com> wrote:
>
> Basically, what I want is for AOT to be an optional optimization, not
> a requirement.  Currently if your code relies on gen-class, AOT
> becomes necessary for operation, period.

This is how gen-class used to behave.  Unfortunately, it
causes problems because named classes can't be changed once
they're loaded in the JVM.  I think there are also
classloader issues that I don't yet fully understand.

Named classes and named interfaces must be created before
the JVM is started.

--Chouser

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