puniverse / pulsar

Fibers, Channels and Actors for Clojure
http://docs.paralleluniverse.co/pulsar/
Other
911 stars 53 forks source link

Inner synthetic functions are not instrumented in AOT mode #41

Closed pron closed 9 years ago

pron commented 9 years ago

ClojureHelper assumes inner functions' classes are loaded before their top-level functions. This is not true when running in AOT mode.

See this report.