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: Language extensions ?


Tom Tromey writes:
 > 
 > You can use gnu.gcj.RawData as a system-dependent pointer-sized value.
 > However you can't really do anything with this value other than pass
 > it around.  It isn't treated like a real pointer; for instance the GC
 > doesn't examine fields of this type.

Ouch.  Do we really want to support gnu.gcj.RawData as part of our API?

Andrew.


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