This is the mail archive of the java-patches@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: [PATCH] New C++ ABI compatibility changes.



Tom Tromey writes:

> Now it occurs to me that maybe we could just have an initializing
> constructor in Class instead of a no-arg constructor and a copy
> constructor.  Then we wouldn't need this extra static class around.
> Or, failing that, I also think we could just remove the `static'
> from the iclass definition.

So you'd like to write `java::lang::Class _Jv_<type>Class (....);' We
can do that, and get rid of copy constructor. I have something almost
ready for that. I'll submit it later.

./A

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