It is also my impression that precompile does not compile everything. If the control flow depends on argument values (not only types) I would suspect that this could also get quite complicated. But I have not fully understand the code, so cannot say for sure.
Am Montag, 26. Mai 2014 14:15:55 UTC+2 schrieb Matt Bauman: > > I don't think precompile is recursive. That is, it'll compile the function > you ask it to, but it doesn't do anything about the functions that are > subsequently called. It might be nice to add that capability as an option. > > (I'm on my phone so I can't check, so I may be wrong). >
