Closed
Bug 583741
Opened 15 years ago
Closed 15 years ago
Rest arg optimizer should be conditionally compiled in
Categories
(Tamarin Graveyard :: Verifier, defect)
Tamarin Graveyard
Verifier
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lhansen, Assigned: lhansen)
Details
Attachments
(1 file)
|
4.16 KB,
patch
|
edwsmith
:
review+
|
Details | Diff | Splinter Review |
Two reasons:
- No sense in having it compiled in if we know it's not going to be used
- It breaks the build on ABC-only configurations because they don't have the
precomputed multiname table
| Assignee | ||
Updated•15 years ago
|
Attachment #462072 -
Attachment description: Tentative patch → Patch
Attachment #462072 -
Flags: review?(edwsmith)
Updated•15 years ago
|
Attachment #462072 -
Flags: review?(edwsmith) → review+
| Assignee | ||
Comment 1•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•