Closed
Bug 836723
Opened 13 years ago
Closed 13 years ago
BaselineCompiler: Compile heavyweight functions
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
|
6.50 KB,
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
With this patch we compile everything except generators, eval-in-frame frames and scripts with unhandled ops.
This also makes FindPreviousInnerInitializer ignore dead ops to fix a jit-test failure, this is fine since reusing the TypeObject of a previous initializer is just an optimization. I also tried to ignore dead ops in the compiler, but that turned out to be annoying and complicate the compiler loop a bit.
Attachment #708547 -
Flags: review?(kvijayan)
Comment 1•13 years ago
|
||
Comment on attachment 708547 [details] [diff] [review]
Patch
Review of attachment 708547 [details] [diff] [review]:
-----------------------------------------------------------------
Excellent stuff. Really glad to see things approaching feature completeness.
Attachment #708547 -
Flags: review?(kvijayan) → review+
| Assignee | ||
Comment 2•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
•