
22 Sep
2009
22 Sep
'09
8:32 a.m.
2009/9/22 Alessio Stalla <alessiostalla@gmail.com>:
That's what I think too, however currently the compiler emits calls to loadCompiledFunction(classname) bypassing the standard classloader machinery.
That's odd. If we have a classloader present that's capable of loading our fasls, JVM will consult that loader when it needs a class. Therefore there should be no need to emit loadCompiledFunction calls, because the loader will do that automatically?