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: Rmi compilation to native code


u_a1bargnesi@umassd.edu wrote:

> Hello.  I am inquiring about the rmi implementation under gcj.  Will 
> gcj compile my rmi programs?  I know that gcj supports serialization, 
> so I would assume rmi works as well.  


Yes, RMI is supported in the CVS version of libgcj.

> If rmi would compile to native code will the performance boost 
> significatnly?


Maybe. The serialization implementation in libgcj does have performance 
problems, so its possible that these would cause RMI to be not much 
faster or even slower than the JDK implementation. AFAIK, nobody has 
done any benchmarking of serialization or RMI so its hard to say how 
well we do in that area. I would be very interested to hear your 
experiences if you want to give it a try.

regards

Bryce.



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