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

Makefile improvements #105

Merged
merged 3 commits into from
Oct 5, 2015
Merged

Makefile improvements #105

merged 3 commits into from
Oct 5, 2015

Conversation

rossberg
Copy link
Member

@rossberg rossberg commented Oct 2, 2015

  • Only build opt version by default.
  • Mark main.native and main.d.byte as intermediate targets.
  • Introduce test target to invoke test runner.

This should address issue #102 .

@lukewagner
Copy link
Member

Thanks!

@sunfishcode
Copy link
Member

The debug build has much more extensive backtraces, and since performance isn't really important for the spec interpreter, would it make sense to make the debug build be the default?

@rossberg
Copy link
Member Author

rossberg commented Oct 5, 2015 via email

@sunfishcode
Copy link
Member

lgtm

rossberg added a commit that referenced this pull request Oct 5, 2015
@rossberg rossberg merged commit 5833a80 into master Oct 5, 2015
@rossberg rossberg deleted the makefile-improvements branch October 5, 2015 14:33
@lukewagner
Copy link
Member

The issue I see now is that make and runtests.py don't seem to observe file changes so i have to force rebuild.

@rossberg
Copy link
Member Author

rossberg commented Oct 5, 2015 via email

eqrion pushed a commit to eqrion/wasm-spec that referenced this pull request Jul 18, 2019
* [spec] Add  exec text

* Update document/core/exec/instructions.rst

Co-Authored-By: Andreas Rossberg <[email protected]>

* Update document/core/exec/instructions.rst

Co-Authored-By: Andreas Rossberg <[email protected]>

* Update document/core/exec/instructions.rst

Co-Authored-By: Andreas Rossberg <[email protected]>

* Apply suggestions from code review

Co-Authored-By: Andreas Rossberg <[email protected]>
alexcrichton pushed a commit to alexcrichton/spec that referenced this pull request Nov 18, 2019
Clarifies that low lanes are lanes [0, n/2) and high lanes are
[n/2, n) and that the order of arguments to the narrowing ops
are (low, high). This matches the current implementation in V8.
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Sep 20, 2023
rossberg pushed a commit that referenced this pull request Jan 20, 2025
* Test largest valid initial size for memory32 in memory.wast

* Only validate and don't instantiate large memory
dhil added a commit to dhil/webassembly-spec that referenced this pull request Feb 18, 2025
This patch fixes a bug with the arity of the continuation reference
generated by a `switch` (aka the current continuation). Its arity was
mistakenly derived from the switch-tag's codomain. The arity of the
current continuation can be obtained at the `switch` point by
deconstructing the type annotation on it.
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.

3 participants