Closed
Bug 1338723
Opened 8 years ago
Closed 8 years ago
Free up node bit by encoding directionality state more compactly
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bholley, Unassigned)
References
Details
Comment 1•8 years ago
|
||
This is an optimization that's not super-critical, right, Bobby?
Flags: needinfo?(bobbyholley)
Priority: -- → P3
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #1)
> This is an optimization that's not super-critical, right, Bobby?
It is not critical. In fact, it's not really worth doing until the next time somebody needs a node bit (modulo the fact that people may not be aware of the potential to free this one up).
Flags: needinfo?(bobbyholley)
Comment 3•8 years ago
|
||
There was recently need for a bit: IntersectionObservers wouldn't need to increase the size of already too large slots if they could have been stored similarly to EventListenerManagers
![]() |
||
Comment 4•8 years ago
|
||
Right. This is not critical until someone needs a bit. ;) Then it's really good to know we can do this.
![]() |
||
Comment 6•8 years ago
|
||
Wontfix, since now we only use one node bit here.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•