This is the mail archive of the java-patches@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]

PATCH: interpreter.cc bug patch and performance improvements



Tom,

my last email to you bounced, too many hops.

Attached is an expanded and more documented patch.  I think I've
handled
the SEGV case correctly.

In addition, I've changed the SAVE_PC macro to save pc rather than pc-1
and the exception handler to compute offset by one.

Also, fdiv, frem, ddiv and drem can't cause runtime exceptions, so they
don't need SAVE_PC's.


Chris

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/


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