OfekShilon / optview2

User-oriented fork of LLVM's opt-viewer
128 stars 13 forks source link

Enable Save/Load remarks file #3

Open OfekShilon opened 3 years ago

OfekShilon commented 3 years ago

Most of the processing time is spent on yaml-parsing, typically hours for real-life size repos. It is desired to enable saving the raw remarks data (native pickle format should probably do), and loading it to continue processing into HTMLs. This would make experimenting with different filters - or different script code - feasible.