Closed
Bug 416058
Opened 17 years ago
Closed 12 years ago
Simplify and minimize *OBJ_SET_SLOT macros
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: brendan, Unassigned)
Details
We want a maintainable write-barrier with no honey-pot macros luring the unwary into bypassing the WB, so these *OBJ_SET_SLOT macros should go away in favor of either per-fixed-slot (fslots[0-3]) ones, or else LOCKED_OBJ_WRITE_BARRIER. See bug 365851 comment 69.
/be
Reporter | ||
Comment 1•17 years ago
|
||
This can almost certainly wait till after 1.9.
/be
Target Milestone: mozilla1.9beta4 → ---
Updated•16 years ago
|
Flags: wanted1.9.1?
Reporter | ||
Comment 2•15 years ago
|
||
Back in the pool -- please take and fix, since thanks to Igor, Jason, and Jeff, jsobj.h has come a long away already.
/be
Assignee: brendan → general
Comment 3•12 years ago
|
||
These macros were all removed.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•