Closed
Bug 179838
Opened 23 years ago
Closed 8 years ago
Reduce token size, futher, my tweaking the types of its members
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: harishd, Unassigned)
Details
(Keywords: memory-footprint)
Spin off from bug 179523:
Heikki wrote:
"we could probably make the tokens a lot smaller by playing
with the types of attributes they have. We use 16-bit and 32-bit types to store
values that need a lot less than that. We should probably go through all
the classes in parser and see what we can do, and apply some of the ideas from
DOM/content model reduction as well"
Updated•16 years ago
|
Assignee: harishd → nobody
QA Contact: moied → parser
Comment 1•8 years ago
|
||
Tokens are gone.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•