[webkit-dev] what's purpose of the functions Branch(Add Sub Mul)32 in MacroAssembler ?

Felix long felixlong at gmail.com
Sun Aug 2 07:58:05 PDT 2009


Hi:
  I'm trying to port jit of JavaScriptCore to mips, but I failed to
implement Branch(Add Sub Mul)32 for mips since
I don't know a simple way to do overflow detection on MIPS like ARM or X86.

is it possible to remove these Overflow detect in jit runtime?  or who
can tell me a simple way to do Overflow detect on MIPS?


-- 
Best Regards

Felix Long


More information about the webkit-dev mailing list