perlin-network / life

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

Register allocation. #1

Open losfair opened 6 years ago

losfair commented 6 years ago

Make values with disjoint lifetimes share the same storage unit.

losfair commented 6 years ago

Implemented with wasm stack info; maybe we still want a real register allocator with liveness analysis.