Viladoman / CompileScore

Tools for profiling and visualizing C++ build times.
MIT License
460 stars 19 forks source link

Fix bug from reading an invalidated iterator #29

Closed galop1n closed 2 years ago

galop1n commented 2 years ago

The insertion to folders may invalidate the iterator when the vector has to grow and relocate his content. Read the folder index first and only then grow the vector if needed

Viladoman commented 2 years ago

Thanks for the fix! Super appreciated.

galop1n commented 2 years ago

Thank you for the add-in! I have been using it intensively for a month or so now to fix our ridiculous compile time !

On Fri, Jul 15, 2022 at 7:03 PM Ramon Viladomat @.***> wrote:

Thanks for the fix! Super appreciated.

— Reply to this email directly, view it on GitHub https://github.com/Viladoman/CompileScore/pull/29#issuecomment-1186060839, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVUPEDXAIA3VPWTQGJ3Z2DVUIJ6TANCNFSM53W5SLRA . You are receiving this because you authored the thread.Message ID: @.***>