I believe that Julia's JIT already does this for generic functions. That is, 
when it encounters a new set of concrete argument types, it compiles a new 
specialized version of the function for those particular types.

Reply via email to