Closed Bug 1132564 Opened 11 years ago Closed 11 years ago

Remove separate ExecutableAllocator for Ion code

Categories

(Core :: JavaScript Engine: JIT, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla38
Tracking Status
firefox38 --- fixed

People

(Reporter: jandem, Assigned: jandem)

References

Details

Attachments

(2 files)

After bug 1091912, this is no longer necessary and we can use a single allocator for all JIT code.
Attachment #8563561 - Flags: review?(luke)
With YARR gone, we only use ExecutableAllocator for JitCode, and JitCodes are only allocated when we have a JitRuntime, so we can simply move ExecutableAllocator into JitRuntime. This patch also has some minor cleanup.
Attachment #8563565 - Flags: review?(luke)
Comment on attachment 8563561 [details] [diff] [review] Part 1 - Remove Ion allocator Review of attachment 8563561 [details] [diff] [review]: ----------------------------------------------------------------- My favorite kind of review.
Attachment #8563561 - Flags: review?(luke) → review+
Comment on attachment 8563565 [details] [diff] [review] Part 2 - Move ExecutableAllocator into JitRuntime Review of attachment 8563565 [details] [diff] [review]: ----------------------------------------------------------------- Nice.
Attachment #8563565 - Flags: review?(luke) → review+
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: