> In 1.3, function calls are "compiled through" their vars. If function a calls 
> function c inside its body, there is no runtime lookup of the var c. However, 
> each function makes a (very low cost) check on entry to see if anything has 
> been recompiled. If so, the function is recompiled. This enables the dynamic 
> repl interaction that you would expect from a lisp, with great performance.

Wasn't it possible to have a dependency graph?
Is there some scenario where a function is called a long time after a
repl change and compilation has to be performed when perfomance is
critical?
Is it compatible with inlining by the JVM?

Best,

Nicolas.

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