>>>>> "Ranjit" == Ranjit Mathew <
rmathew@...> writes:
>> Simply build with -findirect-dispatch. That should do the trick.
Ranjit> Right. More information in the Wiki:
Ranjit>
http://gcc.gnu.org/wiki/How%20to%20BC%20compile%20with%20GCJRanjit> I don't know if it works on Windows yet.
Plain old '-findirect-dispatch' should work fine everywhere. It
doesn't have any real platform dependencies, it just changes the
generated code to work a little differently.
Whether the class lookup database thing works, I don't know. I
thought the .dll situation on the Windows port was still "not
working".
Tom