Closed
Bug 390348
Opened 18 years ago
Closed 18 years ago
empty atom must be pinned
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: igor, Assigned: igor)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.57 KB,
patch
|
brendan
:
review+
brendan
:
approval1.9+
|
Details | Diff | Splinter Review |
This is a regression from bug 389880. There when initializing emptyAtom I forgot to add ATOM_PINNED flag meaning that it can be GC-ed.
Attachment #274657 -
Flags: review?(brendan)
| Assignee | ||
Comment 1•18 years ago
|
||
The new version removes no longer necessary static forward of AtomizeHashedKey. What I have been thinking when writing overly complex and buggy initializer of emptyAtom?..
Attachment #274657 -
Attachment is obsolete: true
Attachment #274659 -
Flags: review?(brendan)
Attachment #274657 -
Flags: review?(brendan)
Comment 2•18 years ago
|
||
Comment on attachment 274659 [details] [diff] [review]
fix v2
I meant to go back and see why AtomizeHashedKey was prototyped early, but forgot. Sorry,
/be
Attachment #274659 -
Flags: review?(brendan) → review+
| Assignee | ||
Comment 3•18 years ago
|
||
I checked in the patch from comment 1 to the trunk:
Checking in jsatom.c;
/cvsroot/mozilla/js/src/jsatom.c,v <-- jsatom.c
new revision: 3.102; previous revision: 3.101
done
| Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•18 years ago
|
||
I baked out the last patch to wait until the tree will be opened.
Checking in jsatom.c;
/cvsroot/mozilla/js/src/jsatom.c,v <-- jsatom.c
new revision: 3.103; previous revision: 3.102
done
| Assignee | ||
Updated•18 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•18 years ago
|
Attachment #274659 -
Flags: approval1.9+
| Assignee | ||
Comment 6•18 years ago
|
||
I checked in the patch from comment 1 to the trunk:
Checking in jsatom.c;
/cvsroot/mozilla/js/src/jsatom.c,v <-- jsatom.c
new revision: 3.104; previous revision: 3.103
done
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite-
| Assignee | ||
Comment 8•18 years ago
|
||
Clearing blocking 1.9 ? flag as the bug was fixed based on 1.9 approval for the checked-in patch.
Flags: blocking1.9?
You need to log in
before you can comment on or make changes to this bug.
Description
•