Compute modifying frames lazily on demand.
NB: two sets can be indeed replaced by a map, but IMO readability would suffer, and the performance gain would be tiny.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
We've had a 4x analysis time increase on a specific file due to this code interacting in weird manner with temporary constructor inlining.
Thanks for fixing this! :)