Closed
Bug 792235
Opened 13 years ago
Closed 13 years ago
rm JS_SuspendRequest
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: luke, Assigned: luke)
References
Details
Attachments
(1 file)
16.22 KB,
patch
|
mrbkap
:
review+
|
Details | Diff | Splinter Review |
The ability to "suspend" a request had meaning with multi-threaded JSRuntime but now it mostly serves to confuse. Technically, suspending a request allows us to mark a little less of the stack (w/ conservative stack scanning), but we generally GC when nothing is running or when we are allocating a lot (hence the request is active).
Attachment #662314 -
Flags: review?(mrbkap)
Updated•13 years ago
|
Attachment #662314 -
Flags: review?(mrbkap) → review+
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•