This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: Where does GcjRaw come from?defined?


Tom Tromey wrote:
> Per> For that matter, perhaps we shoudl just use (void*) in CNI
> Per> instead of RawData?
> 
> Where do you mean?

I just meant that since RawData is the Java convention/version of
(void*), perhaps it would be more "natural C++" to when we're
writing C++ to use 'void*' instead of 'RawData*'.

However, that would require various some small changes in the tools
(including cc1plus recognizing that 'void*' is a valid "Java type"
- i.e something it is valid to pass to Java methods), and doubt
it's worth it, even if it were a good idea.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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