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

Use the arcane ocamlbuild incantation that actually gets debug symbols. #93

Merged
merged 1 commit into from
Oct 1, 2015

Conversation

sunfishcode
Copy link
Member

Apparently ocamlbuild decides whether or not to include debug symbols sufficient to perform a backtrace based on the output executable file name. This commit changes the name used, so that we can get backtraces.

@rossberg
Copy link
Member

rossberg commented Oct 1, 2015 via email

sunfishcode added a commit that referenced this pull request Oct 1, 2015
Use the arcane ocamlbuild incantation that actually gets debug symbols.
@sunfishcode sunfishcode merged commit c4216bd into master Oct 1, 2015
@sunfishcode sunfishcode deleted the debug-build branch October 1, 2015 15:11
eqrion pushed a commit to eqrion/wasm-spec that referenced this pull request Jul 18, 2019
data.drop must update the store, not the frame. There may be multiple
copies of the frame, so any updates will only update once. We can make
sure that all copies are updated by using an indirection through data
addresses and updating the store instead.

See discussion in PR WebAssembly#92.
Connicpu pushed a commit to Connicpu/wasm-spec that referenced this pull request May 11, 2020
rossberg pushed a commit that referenced this pull request Feb 11, 2021
The original commit to add a bottom type removed this test as it
would now unexpectedly validate. Now that a bottom type is removed
it would be good to keep it.
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Mar 2, 2023
This adds overview on traps not being caught by the `catch` instruction
and its relationship with the JS API.
Closes WebAssembly#1 and closes WebAssembly#89.
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Mar 2, 2023
Update table initialization in overview
dhil added a commit to dhil/webassembly-spec that referenced this pull request Oct 21, 2024
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

Successfully merging this pull request may close these issues.

2 participants