diff options
author | Ben Smith <binjimin@gmail.com> | 2018-10-01 17:50:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-01 17:50:46 -0700 |
commit | c90dc3ed9787a0c671d4efff407911fd3003f786 (patch) | |
tree | 3abe9e95fe77f8d78642a3a12c6c18136fb8ce27 /src/interp/binary-reader-interp.cc | |
parent | 48531e30895d47ae4f881dc18e41e4eb187b776a (diff) | |
download | wabt-c90dc3ed9787a0c671d4efff407911fd3003f786.tar.gz wabt-c90dc3ed9787a0c671d4efff407911fd3003f786.tar.bz2 wabt-c90dc3ed9787a0c671d4efff407911fd3003f786.zip |
Tailcall (#918)
This doesn't do any of the real work yet, it just adds the
ReturnCall/ReturnCallIndirect Expr and Opcode types, and the
"--enable-tail-call" flag.
Still TODO:
* Parse the opcodes in binary-reader.cc
* Validate the opcodes in validator.cc and type-checker.cc
* Implement the opcodes in interp.cc
* Write standard wabt tests, and enable the spec proposal tests too
Diffstat (limited to 'src/interp/binary-reader-interp.cc')
0 files changed, 0 insertions, 0 deletions