Closed
Bug 764310
Opened 12 years ago
Closed 12 years ago
IonMonkey: Compile JSOP_DEFFUN
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ion:p2:fx18])
Attachments
(2 files, 2 obsolete files)
(deleted),
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
We probably don't need this for the initial release since we can still fallback to JM+TI, but JSOP_DEFFUN is pretty common, especially in global scripts - see for instance SS base64.
Updated•12 years ago
|
Whiteboard: [ion:p2:fx18]
Assignee | ||
Comment 1•12 years ago
|
||
Most of the work here we will also need for the baseline compiler, so taking.
Assignee: general → jdemooij
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #695468 -
Flags: review?(bhackett1024)
Assignee | ||
Comment 3•12 years ago
|
||
DEFFUN is used for function statements in the global scope, so this will also help test coverage.
Attachment #695469 -
Flags: review?(bhackett1024)
Assignee | ||
Updated•12 years ago
|
Attachment #695468 -
Flags: review?(bhackett1024)
Assignee | ||
Updated•12 years ago
|
Attachment #695469 -
Flags: review?(bhackett1024)
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #695468 -
Attachment is obsolete: true
Attachment #695473 -
Flags: review?(bhackett1024)
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #695469 -
Attachment is obsolete: true
Attachment #695474 -
Flags: review?(bhackett1024)
Updated•12 years ago
|
Attachment #695473 -
Flags: review?(bhackett1024) → review+
Updated•12 years ago
|
Attachment #695474 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Whiteboard: [ion:p2:fx18] → [ion:p2:fx18][leave open]
Assignee | ||
Comment 7•12 years ago
|
||
Whiteboard: [ion:p2:fx18][leave open] → [ion:p2:fx18]
Comment 8•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/671e04519d02
https://hg.mozilla.org/mozilla-central/rev/88a218a4b5bf
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•