This website requires JavaScript.
Explore
Help
Sign In
christoph
/
wamr
Watch
1
Fork
0
You've already forked wamr
Code
Releases
Activity
Files
94204b90ad423c6418a00a5a77ebd85a0ca4158c
wamr
/
core
/
iwasm
History
YAMAMOTO Takashi
94204b90ad
aot_compile_op_call: Remove a wrong optimization (
#2233
)
...
Unlike a tail-call, the caller of an ordinary recursive call doesn't necessarily return immediately.
2023-05-25 07:44:54 +08:00
..
aot
Fix issues reported by Coverity (
#2083
)
2023-03-29 19:40:52 +08:00
common
Fix compile warnings on windows platform (
#2208
)
2023-05-15 13:48:48 +08:00
compilation
aot_compile_op_call: Remove a wrong optimization (
#2233
)
2023-05-25 07:44:54 +08:00
doc
Add architecture diagram for wasm globals and classic-interp stack frame (
#2058
)
2023-03-25 09:39:20 +08:00
fast-jit
Implement Fast JIT multi-threading feature (
#2134
)
2023-04-20 10:09:34 +08:00
include
wamrc: Add --stack-usage option (
#2158
)
2023-04-28 13:56:44 +08:00
interpreter
Fix compile warnings on windows platform (
#2208
)
2023-05-15 13:48:48 +08:00
libraries
Fix compile warnings on windows platform (
#2208
)
2023-05-15 13:48:48 +08:00
README.md
Add architecture diagram for wasm globals and classic-interp stack frame (
#2058
)
2023-03-25 09:39:20 +08:00
README.md
vmcore architecture
WAMR memory model overview
Wasm function
Wasm function architecture
Exports
Wasm export architecture
globals
Wasm globals architecture
classic interpreter
classic interpreter