Oguz Bastemur
|
6811584cd0
android: ChakraCore compiles to Android ARMv7
|
9 years ago |
Paul Leathers
|
40d7a92d42
Replace FunctionBody reference in ScopeSlots with FunctionInfo: The ScopeSlots structure used to hold closure-captured variables has a reference to the scope in the form of a FunctionBody*. But that FunctionBody may become a stale reference after redeferral. Replace with an immutable FunctionInfo*.
|
9 years ago |
Michael Ferris
|
62dbdd4b7a
Fix build errors with legacy compiler with nojit
|
9 years ago |
Michael Ferris
|
4f1cee085c
[MERGE #2116 @Cellule] WASM - Debugger
|
9 years ago |
Rajat Dua
|
63a80685ad
[MERGE #2108 @rajatd] Redeferral checks should also be done on LoopEntryPointInfo's
|
9 years ago |
Michael Ferris
|
b4549ab006
Do not crash when debugging with WebAssembly functions present
|
9 years ago |
Rajat Dua
|
8dcdcbcae3
Redeferral checks should be done on loop entryPointInfos too
|
9 years ago |
Arun
|
438917d75b
Using WebAssembly.RuntimeErorrs
|
9 years ago |
Mark Marron
|
f19a7fa757
Fix perf regression in interpreter.
|
9 years ago |
Michael Ferris
|
ba10f586f2
Give a different error message when loading a function for the wasm function table when the element is null.
|
9 years ago |
Rajat Dua
|
3858769b83
Two bug fixes
|
9 years ago |
Mark Marron
|
cad31b87da
TTD -- Enable record w/o debug mode, fixes for reverse continue, updates to assertions, enable OSX, and misc. fixes.
|
9 years ago |
Michael Ferris
|
e923a536ec
[MERGE #1976 @MikeHolman] Implement WebAssembly grow_memory operator
|
9 years ago |
Michael Ferris
|
8867bf13ac
[MERGE #1984 @Cellule] WASM - Various Fixes
|
9 years ago |
Paul Leathers
|
a384d2e3a3
Redefer function bodies that are not currently being executed and are
|
9 years ago |
Michael Ferris
|
e52ef1a45e
Re-enable asm js entry tracing in test build
|
9 years ago |
Michael Holman
|
47c4e71a1c
implement grow_memory
|
9 years ago |
Michael Holman
|
c9014efb9a
small cleanup
|
9 years ago |
Michael Holman
|
44a24643ca
address CR feedback
|
9 years ago |
Michael Holman
|
28418b37ab
use GenerateThrow instead of unreachable
|
9 years ago |
Michael Holman
|
c954479ae1
fix arm build
|
9 years ago |
Michael Holman
|
a4deeba05b
add fast signature support for jit; fixup import/exports
|
9 years ago |
Michael Holman
|
cab007aaff
add memory/table import support
|
9 years ago |
Michael Holman
|
0323c5796d
get WebAssembly.Table working in JIT
|
9 years ago |
Michael Holman
|
fa9b096701
add table support for interpreter
|
9 years ago |
Michael Ferris
|
04154d0d1b
Create test entry to call WebAssembly functions with int64 from javascript
|
9 years ago |
Nikolay Korovaiko
|
05a28df871
truncation bug fixes, clean-up
|
9 years ago |
Nikolay Korovaiko
|
ece3d58ddd
i64 division/truncation bug fixes
|
9 years ago |
Nikolay Korovaiko
|
64e91e3925
i64 div/rem
|
9 years ago |
Nikolay Korovaiko
|
80b6481440
truncation instructions
|
9 years ago |