Open
Bug 1559065
Opened 5 years ago
Updated 2 months ago
Avoid even poison patterns
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: pbone, Unassigned)
References
(Blocks 1 open bug)
Details
Many poison patterns are odd numbers so that they can be detected easily by IsThingPoisoned(), however not all poison values are odd. We may wish to make the remaining ones odd (although they're not all that important for IsThingPoisoned AFAIK).
We'd also need to add them to IsThingPoisoned.
Updated•5 years ago
|
Type: task → enhancement
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Comment 1•2 months ago
|
||
I think JS_LIFO_UNINITIALIZED_PATTERN is the only even pattern right now.
Blocks: GC.stability
Severity: S3 → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•