[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Clojure versioning



On Mon, Aug 23, 2010 at 03:19:47PM +0100, Peter Collingbourne wrote:
> If a library/app B needs AOT and depends on a library A which is not
> AOT compiled, what does the linkage look like from B to A?  Is it a
> direct call?  IOW, what happens if B is called using a gen-class'd
> class and calls A?  Is A automatically JIT compiled?

I carried out some tests and the answer seems to be 'yes'.

BTW, I also found this:
http://www.assembla.com/spaces/clojure/tickets/322
so it seems like we ought to AOT compile libraries until this issue
is resolved.

Thanks,
-- 
Peter


Reply to: