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 ?


From: Andrew Haley <aph at redhat dot com>

>  > Of course suggestions about alternative ways of achieving my aims
>  > gladly accepted !
>
> Will http://www.rtj.org/doc/javax/realtime/RawMemoryAccess.html
> do what you need?

Those two classes Real-Time for Java provides are very interesting,
but I see them as classes representing physical memory area by nature
rather than virtual memory. Those classes are not just suitable for
the purpose of dealing with virtual memory.

It is possible to implement RawMemoryAccess and RawMemoryFloatAccess
which have modified semantics in which they represent virtual memory.
But this semantics change seems to be not very neat.

  Kazuyuki Shudo	shudo at computer dot org	http://www.shudo.net/


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