Closed
Bug 815700
Opened 13 years ago
Closed 13 years ago
BaselineCompiler: Fix some ARM issues
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
5.14 KB,
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
Some minor issue.
Note that if we store a Value in BaselineFrame, the compiler adds padding so that sizeof(BaselineFrame) % 8 == 0.
Attachment #685688 -
Flags: review?(kvijayan)
Updated•13 years ago
|
Attachment #685688 -
Flags: review?(kvijayan) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•