Closed
Bug 700282
Opened 14 years ago
Closed 14 years ago
Remove #ifdef VMCFG_LOOKUP_CACHE
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: edwsmith, Unassigned)
References
Details
Attachments
(1 file)
|
10.69 KB,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
Both AVMFEATURE_WORDCODE_INTERP and AVMFEATURE_NANOJIT enable this flag, which enables data structures for a per-MethodEnv lookup cache. In general, we want less build-time configurability. In particular, architecting for one single kind of interpreter will simplify the VM. The savings of eliminating this pointer-per-MethodEnv, in offbeat configurations (abc-interpreter-only), don't pay for the #ifdef hair, so lets remove it.
| Reporter | ||
Updated•14 years ago
|
Summary: Remove VMCFG_LOOKUP_CACHE → Remove #ifdef VMCFG_LOOKUP_CACHE
| Reporter | ||
Updated•14 years ago
|
Attachment #572444 -
Attachment is patch: true
Attachment #572444 -
Flags: review?(lhansen)
Updated•14 years ago
|
Attachment #572444 -
Flags: review?(lhansen) → review+
Comment 1•14 years ago
|
||
changeset: 6711:b91ecdd8066d
user: Edwin Smith <edwsmith@adobe.com>
summary: Bug 700282 - Remove #ifdef VMCFG_LOOKUP_CACHE (r=lhansen+)
http://hg.mozilla.org/tamarin-redux/rev/b91ecdd8066d
| Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•