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]

Re: Fwd: Status of gcj/java on PPC Linux?


"Kevin B. Hendricks" wrote:
> Okay,  I studied the closures code last night and noticed that only x86 really 
implements the full "raw" interface and that IA64 and Alpha just implement the 
"closures" part.

The "raw" interface depends on passing arguments on the stack, I believe, and so
would not be applicable to Alpha.  I don't know about PPC.

Here's a bit of historical discussion on the raw API:

http://gcc.gnu.org/ml/java/1999-q3/msg00174.html

--
Jeff Sturm
jeff.sturm@commerceone.com

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