perlin-network / life

A secure WebAssembly VM catered for decentralized applications.
MIT License
1.7k stars 119 forks source link

What's the status of Jit compiler? #22

Closed lizhengxing closed 6 years ago

lizhengxing commented 6 years ago

Hey Perlin guys:

In "Features" section, I saw "JIT support for x86-64 and ARM is planned". But In "Benchmarks" section, I saw the test result of life(JIT). So what's the current status of life's jit compiler?

Thanks!

losfair commented 6 years ago

Life currently includes a very simple JIT compiler which barely works. It will be rewritten for real-world use in the future.

lizhengxing commented 6 years ago

Thanks! What's the plan? How non-perlin guys can join the development?

jack0 commented 6 years ago

@lizhengxing Feel free to open a PR request to contribute. Read the Contribute section in the readme