On Nov 17, 5:18 pm, Paul Richards <[email protected]> wrote: > Aside from loading times (due to different file sizes) and memory > usage (again due to different file sizes, minified field names, etc), > do we expect the optimized version to execute faster?
Theoretically, yes, because GClosure Advanced Mode does some optimizations like inlining. In practice, probably not much, because a good JavaScript interpreter will do the same optimizations at runtime. -S -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
