Closed
Bug 511237
Opened 14 years ago
Closed 14 years ago
NJ merge: remove primary use of Fragmento from jsregexp
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
People
(Reporter: graydon, Assigned: graydon)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
8.43 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
jsregexp uses Fragmento to store its fragments. this patch (which requires the prelude patch sitting in bug 511040) relocates this responsibility to a dedicated nanojit::HashMap, getting us closer to deleting more of Fragmento. Further Fragmento-deleting patches to follow.
Attachment #395162 -
Flags: review?(dmandelin)
Comment 1•14 years ago
|
||
Comment on attachment 395162 [details] [diff] [review] move regexp fragment ownership out of fragmento Looks great. I see that you didn't delete RESideExit; is that intentional?
Attachment #395162 -
Flags: review?(dmandelin) → review+
Assignee | ||
Comment 2•14 years ago
|
||
(In reply to comment #1) > (From update of attachment 395162 [details] [diff] [review]) > Looks great. I see that you didn't delete RESideExit; is that intentional? Intentional in the sense of meaning to have written it that way, yes. Intentional in the sense of being certain that they can't be eliminated, not at all. I don't actually know how the regexp engine is using them. I suppose I can dig a bit and find out.
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #395162 -
Attachment is obsolete: true
Attachment #395175 -
Flags: review?(dmandelin)
Updated•14 years ago
|
Attachment #395175 -
Flags: review?(dmandelin) → review+
Assignee | ||
Comment 4•14 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/7b6bf42f09ff
Whiteboard: fixed-in-tracemonkey
Comment 5•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/7b6bf42f09ff
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 6•14 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/c98b304ce7a9
status1.9.2:
--- → beta1-fixed
Flags: blocking1.9.2+
Assignee | ||
Updated•14 years ago
|
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•