Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] GCJ/GIJ Support in Core Runtime


If you want to control the creation of classloader and the loading you should look in org.eclipse.osgi around EclipseAdaptor.

HTH,

PaScaL



Chris McGee <sirnewton_01@xxxxxxxx>
Sent by: platform-core-dev-bounces@xxxxxxxxxxx

04/18/05 09:06 PM

Please respond to
"Eclipse Platform Core component developers list."

To
platform-core-dev@xxxxxxxxxxx
cc
Subject
[platform-core-dev] GCJ/GIJ Support in Core Runtime





Hi All,

I was wondering whether anyone has attempted any sort
of integration between eclipse's runtime and gcj/gij
from the GNU GCC project?

Instead of support JIT/Hotspot, the decision the team
has made is to support an "Ahead of Time" compile,
which is capable of converting JARs into .so/dll,
which can be put into the classpath of the gij JVM to
provide machine-level optimized code.

Would it be possible for me to create a fragment on
the eclipse core runtime to allow me to provide a way
to short-circuit the plugin class loader to attempt to
load the class from the .so/dll instead of the JAR?
Has anyone ever attempted something like this?

Any information about this sort of thing would be
great. I'm new to the internals of the eclipse
runtime.

Thanks,
Chris


                                 
__________________________________
Do you Yahoo!?
Plan great trips with Yahoo! Travel: Now over 17,000 guides!
http://travel.yahoo.com/p-travelguide
_______________________________________________
platform-core-dev mailing list
platform-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-core-dev


Back to the top