Open
Bug 1543065
Opened 6 years ago
Updated 10 months ago
Investigate adding a fast path to MovableCellHasher<T>::match
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox68 | --- | affected |
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
If there's no GC activity happening we should just be able to check |k == l| (these are both pointers). This should work unless we are sweeping tables following some sort of moving GC. I think. But it's a while since I looked at this.
Updated•6 years ago
|
Type: defect → task
Reporter | ||
Updated•6 years ago
|
Type: task → enhancement
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•10 months ago
|
Blocks: GC.performance
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•