Skip to content

[proposal] Dead Store Elimination Pass #3772

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

Open
MaxGraey opened this issue Apr 5, 2021 · 1 comment
Open

[proposal] Dead Store Elimination Pass #3772

MaxGraey opened this issue Apr 5, 2021 · 1 comment
Assignees

Comments

@MaxGraey
Copy link
Contributor

MaxGraey commented Apr 5, 2021

It will be great to have DSE pass. We have real world example where it can by useful:
AssemblyScript/assemblyscript#1785 (comment)

@MaxGraey MaxGraey changed the title [proposal] Dead Store Ellimination Pass [proposal] Dead Store Elimination Pass Apr 5, 2021
@kripken kripken self-assigned this Apr 8, 2021
@MaxGraey
Copy link
Contributor Author

MaxGraey commented Apr 9, 2021

Pretty interesting article. It seems DSE might be useful even after LLVM's pipeline:
https://blog.trailofbits.com/2018/07/06/optimizing-lifted-bitcode-with-dead-store-elimination

And I think it could be definitely useful for wasm GC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants