On Tue, Aug 10, 2010 at 12:43 AM, Jules <julesjac...@gmail.com> wrote:
> It is impossible (undecidable) to tell precisely which functions a
> function will call. Therefore you will need to consider not exactly
> set of functions that a function will call, but some superset of that.
> Why not take as your superset all functions? That is, always compile
> all functions.
>

There is a smaller decidable superset: all functions occurring in the
static call graph for a function.
But, I agree, most compilers would just compile everything and it's
probably a better idea.

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