eos-vm icon indicating copy to clipboard operation
eos-vm copied to clipboard

A Low-Latency, High Performance and Extensible WebAssembly Backend Library

Results 32 eos-vm issues
Sort by recently updated
recently updated
newest added

Env: MacOS Catalina (also tried in OS version MacOS High Serria) Clang: - Apple clang version 11.0.0 (clang-1100.0.33.8) - Target: x86_64-apple-darwin19.0.0 - Thread model: posix - InstalledDir: /Applications/Xcode11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin (also tried...

The parameters that cause a difference in behavior vs softfloat are not currently known. This may also affect the interpreter, but has not been tested.

hard float
jit

cmake CMakeLIst.txt CMake command after Error log ``` Determining if the pthread_create exist failed with the following output: Change Dir: /home/eos/Documents/eos.tools/eos-vm/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_5200c/fast" /usr/bin/make -f CMakeFiles/cmTC_5200c.dir/build.make CMakeFiles/cmTC_5200c.dir/build make[1]:...

Attempting to integrate this into CMake with the ExternalProject module. Git pull fails with various errors on Windows only; files (pretty much tests) include characters that give "invalid argument" errors...

As we all know, Libra deploy a new language, which named Move. So Is there a plan to deploy a new smart contract program language to support safety or TPS?

It's interesting to see that eos-vm has excellent performance comparing to wabt and WAVM. But could you publish the exact benchmarking process (including build and run command) so that we...

Move mutable globals out of module and to the end of the linear memory section (past the 4GB addressable region).

enhancement

JIT currently starts the count over from scratch.

jit

A 20MB function will currently cause jit to fail, even if the final size fits, because it pre-allocates too much memory.

jit will currently fail if there are too many locals or stack variables. nodeos cannot hit this because the limits are higher than nodeos' limits.

jit