New C++ ABI: patches.

Bryce McKinlay bryce@albatross.co.nz
Sun Jan 7 17:36:00 GMT 2001


Alexandre Petit-Bianco wrote:

> This is a first trial at the new C++ ABI, in three patches

Yay! Thanks.

> The copy constructor builds what needs to
> eventually go in _Jv_<type>Class, note that _Jv_FindArrayClass needs
> to be called in the copy constructor, which forces us into a rather
> ugly hack.

We can just change the runtime to lazily create primitive array classes (like it does for
all other arrays) if that reduces the uglyness.

regards

  [ bryce ]




More information about the Java mailing list