Closed
Bug 1601700
Opened 5 years ago
Closed 5 years ago
Simplify and cleanup LazyScriptCreationData handling
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(3 files, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D56031
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D56032
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D56033
Updated•5 years ago
|
Attachment #9113880 -
Attachment is obsolete: true
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/28ab382972c8
Relocate LazyScriptCreationData to FunctionCreationData.h r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/51e66a04e7c5
Move LazyScript creation code to a member function of LazyScriptCreationData r=tcampbell
https://hg.mozilla.org/integration/autoland/rev/a1afbd6f5e15
Don't put the LazyScriptData on the Funbox until correctly initialized which simplifies cleanup needs r=tcampbell
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/28ab382972c8
https://hg.mozilla.org/mozilla-central/rev/51e66a04e7c5
https://hg.mozilla.org/mozilla-central/rev/a1afbd6f5e15
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•