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)

enhancement

Tracking

()

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.

Type: defect → task
Type: task → enhancement
Priority: -- → P3
Severity: normal → S3
Severity: S3 → N/A
You need to log in before you can comment on or make changes to this bug.