Closed
Bug 414062
Opened 17 years ago
Closed 17 years ago
ActionMonkey: rip MMgc::GCEdgeCallback out of actionmonkey-tamarin
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jorendorff, Unassigned)
References
Details
Attachments
(1 file)
8.70 KB,
patch
|
Mardak
:
review+
|
Details | Diff | Splinter Review |
This was added for bug 388011, but the JS_SetGCThingCallback API is gone from trunk now.
So GCEdgeCallback is now just an unnecessary difference between tamarin-central and actionmonkey-tamarin and a hazard to merging (and a slight performance drag per-pointer during GC).
Reporter | ||
Comment 1•17 years ago
|
||
Attachment #299305 -
Flags: review?(edilee)
Reporter | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Comment 2•17 years ago
|
||
Comment on attachment 299305 [details] [diff] [review]
v1
r=Mardak
(In reply to comment #0)
> JS_SetGCThingCallback API is gone from trunk now
When did this disappear?
>(and a slight performance drag per-pointer during GC).
Yay.
Attachment #299305 -
Flags: review?(edilee) → review+
Reporter | ||
Comment 3•17 years ago
|
||
Pushed changeset 6ce1fd47c6df.
JS_GCThingCallback was removed in bug 403678.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•