Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor improvements to the wasm-interpreter debug messages (#784) | jgravelle-google | 2016-10-18 | 1 | -0/+24 |
| | | | | | | | | | | | * Minor improvements to the wasm-interpreter debug messages 1. Indent nested blocks for more readable structure (with numeric labels to make it even clearer) 2. Print the names of the variables used for NOTE_EVALs 3. Print the values of arguments when entering a function call * Move Indenter class to wasm-interpreter.cpp | ||||
* | start to build interpreter/js | Alon Zakai | 2015-10-31 | 1 | -284/+0 |
| | |||||
* | refactoring | Alon Zakai | 2015-10-31 | 1 | -1/+4 |
| | |||||
* | convert and host | Alon Zakai | 2015-10-31 | 1 | -0/+10 |
| | |||||
* | compare | Alon Zakai | 2015-10-31 | 1 | -14/+37 |
| | |||||
* | unary and binary | Alon Zakai | 2015-10-31 | 1 | -0/+35 |
| | |||||
* | interpret all calls | Alon Zakai | 2015-10-31 | 1 | -4/+25 |
| | |||||
* | load and store shims | Alon Zakai | 2015-10-31 | 1 | -9/+25 |
| | |||||
* | getlocal/setlocal in interpreter | Alon Zakai | 2015-10-30 | 1 | -0/+6 |
| | |||||
* | function scopes | Alon Zakai | 2015-10-30 | 1 | -7/+37 |
| | |||||
* | progress on interpreter | Alon Zakai | 2015-10-30 | 1 | -27/+69 |
| | |||||
* | refactoring | Alon Zakai | 2015-10-30 | 1 | -0/+3 |
| | |||||
* | refactorings and begin interpreter | Alon Zakai | 2015-10-30 | 1 | -0/+95 |