Closed Bug 836723 Opened 10 years ago Closed 10 years ago

BaselineCompiler: Compile heavyweight functions

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jandem, Assigned: jandem)

References

Details

Attachments

(1 file)

Attached patch PatchSplinter 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 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+
https://hg.mozilla.org/projects/ionmonkey/rev/16d5d3451f59
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.