Closed
Bug 1587663
Opened 6 years ago
Closed 6 years ago
[BinAST] De-templatize HuffmanTable classes
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
Currently *HuffmanTable uses template for each symbol type, but we can add JS::Value-like class to store all symbol type and de-templatize all code to make the generated code small.
| Assignee | ||
Comment 1•6 years ago
|
||
3% improvement locally with parsing 200 small files
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/15ff5c754206
Add BinASTSymbol and de-templatize HuffmanTable classes. r=Yoric
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•