summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAmir Ayupov <aaupov@fb.com>2024-05-23 11:37:06 -0700
committerGitHub <noreply@github.com>2024-05-23 11:37:06 -0700
commita38f0157f2a9efcae13b691c63723426e8adc0ee (patch)
treec377c342c41c05b5c4307dda8ed0efbbb72bb634 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent73eb9b33147ba5157cbf5d8276ee718629dfbbda (diff)
[BOLT] Set InitialDynoStats after EstimateEdgeCounts (#93218)
InitialDynoStats used to be assigned inside `runAllPasses`, but the assignment executed before any of the passes. As we've moved `EstimateEdgeCounts` into a pass out of ProfileReader, it needs to execute before initial dyno stats are set. Thus move `InitialDynoStats` into BinaryContext and assignment into `DynoStatsSetPass`.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions