starkware-libs / cairo

Cairo is the first Turing-complete language for creating provable programs for general computation.
Apache License 2.0
1.6k stars 495 forks source link

feat(profiler): allow to preserve original stack trace order #6441

Closed m-kus closed 1 month ago

m-kus commented 1 month ago

This PR allows to preserve the original order of the stack trace as opposed to the current approach when items are sorted by weight (and stack entry).

Backwards compatible.


This change is Reviewable