Closed
Bug 459128
Opened 17 years ago
Closed 14 years ago
TM: ARM vfp register confusion
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: vlad, Unassigned)
Details
With VFP enabled, D0-D7 are not callee-saved (scratch); D8-D15 are. The current ARM code is confused, and has D0-D7 in SavedFpRegs which might cause them to be clobbered by functions that are called. We don't use D8-D15 at all, so SavedFpRegs must be 0 everywhere.
Comment 1•14 years ago
|
||
Obsolete with the removal of tracejit.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•