Closed
Bug 592910
Opened 15 years ago
Closed 15 years ago
TM: simplify IsEntryTypeCompatible()
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
|
3.37 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
In an old profile of V8, ISEntryTypeCompatible() was significant in the trace-jit. It doesn't appear to be any more, but in the meantime I simplified it and I figure the readability win is worth keeping.
Attachment #471362 -
Flags: review?(lw)
| Assignee | ||
Comment 1•15 years ago
|
||
Here's a version of the patch that actually compiles.
Attachment #471362 -
Attachment is obsolete: true
Attachment #471363 -
Flags: review?(lw)
Attachment #471362 -
Flags: review?(lw)
Comment 2•15 years ago
|
||
Comment on attachment 471363 [details] [diff] [review]
patch, v2 (against TM 52722:b360dd204dc6)
Looks good.
Attachment #471363 -
Flags: review?(lw) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
| Assignee | ||
Comment 4•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•