Open
Bug 1410316
Opened 8 years ago
Updated 1 year ago
Consider prefetching objects as they're traced
Categories
(Core :: JavaScript: GC, enhancement, P3)
Tracking
()
People
(Reporter: pbone, Unassigned)
References
(Blocks 1 open bug)
Details
Consider using a CPU prefetch instruction to prefetch the first cache line of an object as it is placed on the mark stack (but before we mark it). This has been used in other GCs and IIRC is an optimisation there.
| Reporter | ||
Updated•8 years ago
|
Assignee: nobody → pbone
Status: NEW → ASSIGNED
status-firefox56:
--- → wontfix
status-firefox57:
--- → wontfix
status-firefox58:
--- → affected
status-firefox-esr52:
--- → wontfix
Priority: -- → P3
| Reporter | ||
Updated•7 years ago
|
Status: ASSIGNED → NEW
Updated•4 years ago
|
Assignee: pbone → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: GC.performance
You need to log in
before you can comment on or make changes to this bug.
Description
•