Closed
Bug 1588582
Opened 5 years ago
Closed 3 years ago
[BinAST] It might be possible to merge SingleLookupHuffmanTable, TwoLookupsHuffmanTable and ThreeLookupsHuffmanTable
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: Yoric, Unassigned)
References
Details
These three variants of HuffmanTable all consist in:
- one SingleLookupHuffmanTable;
- a (possibly empty) Vector of Prefix Tables;
- a (possibly empty) second Vector of Prefix Tables;
- a (possibly empty) Vector of suffix SingleLookupHuffmanTable.
This could probably be merged into a single class.
Updated•5 years ago
|
Priority: -- → P3
Comment 1•3 years ago
|
||
Resolving BinAST bugs as Incomplete.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•