This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Why interpret dynamically loaded classes?


Jack wrote:
> I note that both GCJ and TowerJ use a bytecode interpreter to handle 
dynamic
> class loading. But why not just compile the dynamically loaded class to a
> native shared object at *runtime*, then link at runtime, too?

Yes, this is possible.  If someone were to implement this I'm sure we'd find 
a way to fit it in.

> You'd just need to deploy the bytecode to native compiler with the
> executable rather than the bytecode interpreter.

Well, that's one problem, because our compiler doesn't run on all of the 
target devices.

AG


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]