> Sadly I feel that I'm going to have to target development at the > lowest common > denominator that I think users will have (hence I'm targeting Java > 1.5+) >
Escape Analysis and GC tweeking does not need to change your code. It is activated by option to the JVM. It would be interesting to try it on your computer and if some options helps really a lot, dynamically detect if they are available in a launch script. For the allocations of points in return values, macro can probably helps a bit with the inlining, it would be fun to throw one or two examples on the list to see if there is a pattern. I wouldn't advocate this solution if Escape Analysis removes the problem, though. 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