Closed Bug 1582898 Opened 5 years ago Closed 3 years ago

[hazards] Parallelize callgraph generation

Categories

(Core :: JavaScript: GC, task, P3)

task

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.

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: 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
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
Flags: needinfo?(sphink)
Blocks: hazard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: