This is the mail archive of the java-discuss@sources.redhat.com 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: Compile Error libgcj


Bryce> Can't we just have the compiler map the Math.* calls directly
Bryce> to the appropriate __builtin function?

Yeah, I think we've talked about this before.  At least it is on my
to-do list (this part is more like a wish list, not a list of things I
actually have a plan to do).  Maybe we could also inline
System.arraycopy in some situations.

Bryce> We won't need a Math.java at all, except maybe to support
Bryce> reflection technicalities.

...and the interpreter.  Maybe that is really just a reflection
technicality though :-)

Tom

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