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

Recommend -O opt-level=0 when debugging wasm #8755

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

alexcrichton
Copy link
Member

This improves inspection of local variables by avoiding the egraph pass which doesn't have full fidelity in terms of preserving debug information.

This improves inspection of local variables by avoiding the egraph pass
which doesn't have full fidelity in terms of preserving debug
information.
@alexcrichton alexcrichton requested review from a team as code owners June 7, 2024 00:52
@alexcrichton alexcrichton requested review from pchickey and removed request for a team June 7, 2024 00:52
@github-actions github-actions bot added the wasmtime:docs Issues related to Wasmtime's documentation label Jun 7, 2024
@fitzgen fitzgen added this pull request to the merge queue Jun 7, 2024
Merged via the queue into bytecodealliance:main with commit 96c905a Jun 7, 2024
36 checks passed
@alexcrichton alexcrichton deleted the recommend-O0 branch June 7, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasmtime:docs Issues related to Wasmtime's documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants