Closed
Bug 798665
Opened 13 years ago
Closed 13 years ago
Inline TestCompile into IonCompile
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(1 file)
6.84 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
TestCompile is the only function ever used to instantiate the Compile/IonCompile functions. Small cleanup.
Attachment #668685 -
Flags: review?(dvander)
Comment 1•13 years ago
|
||
I thought this was made for the parallel arrays experimentation?
![]() |
||
Updated•13 years ago
|
Attachment #668685 -
Flags: review?(dvander) → review+
Comment 2•13 years ago
|
||
(In reply to Nicolas B. Pierron [:pierron] [:nbp] from comment #1)
> I thought this was made for the parallel arrays experimentation?
It was, though this cleanup is fine. The current state of the RT implementation needs more refactoring anyways and we will hopefully have patches for that soonish.
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•