Closed
Bug 1582898
Opened 5 years ago
Closed 3 years ago
[hazards] Parallelize callgraph generation
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When working on the analysis, it is very very common to need to regenerate the callgraph. It is generated by traversing over all of the CFG everywhere, and so could be parallelized. The only problem is that the separate partitions will have their own numberings, so they'll need to be merged into a common table.
Assignee | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:sfink, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(sphink)
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Pushed by sfink@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/585382e1e40c Split up the callgraph generation step r=jonco
Pushed by ctuns@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/06e19c7f28ee Fix lint failure r=fix CLOSED TREE
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/585382e1e40c
https://hg.mozilla.org/mozilla-central/rev/06e19c7f28ee
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(sphink)
You need to log in
before you can comment on or make changes to this bug.
Description
•