Fixes a register corruption problem where TF generated code which is called
directly from C overwrites a FP callee-saved register. We found that only the arm64 port saves the callee-saved FP registers correctly. But the other archs
should also. We implemented a generic way to save FP regs for all archs,
following the integer callee-saves defined in linkage. PTAL. These two cctests
clearly triggers the reg corruption problem, but only on MIPS.

https://codereview.chromium.org/1191513003/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to