Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

specialize method deduplication for the debug profile #5890

Closed
IGI-111 opened this issue Apr 22, 2024 · 0 comments · Fixed by #5977
Closed

specialize method deduplication for the debug profile #5890

IGI-111 opened this issue Apr 22, 2024 · 0 comments · Fixed by #5977
Assignees
Labels
compiler: ir IRgen and sway-ir including optimization passes compiler: optimization IR Optimization Passes

Comments

@IGI-111
Copy link
Contributor

IGI-111 commented Apr 22, 2024

Perform deduplication similar to our release profile method deduplication but only on functions with similar debug symbols (so as to not lose debuggability).

This may speedup compilation of debug profiles a lot.

@IGI-111 IGI-111 added compiler: ir IRgen and sway-ir including optimization passes compiler: optimization IR Optimization Passes labels Apr 22, 2024
IGI-111 added a commit that referenced this issue May 10, 2024
…uality (debug info) (#5977)

Closes #5890

---------

Co-authored-by: IGI-111 <igi-111@protonmail.com>
Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler: ir IRgen and sway-ir including optimization passes compiler: optimization IR Optimization Passes
Projects
None yet
2 participants