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: New C++ ABI: patches.


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 ]



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