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 ?


shudo at computer dot org writes:
 > 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.

On Linux, user space programs only can access virtual memory.  I can't
see any good reason why you shouldn't map some virtual memory with
RawMemoryAccess.

Andrew.


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