brucehsu / GobiesVM

A Ruby VM written in Go aims to exploit parallelism via Software Transactional Memory
MIT License
184 stars 8 forks source link

Block support #1

Open brucehsu opened 10 years ago

brucehsu commented 10 years ago

Should as well be solution to method definition. May use a RProc structure for compiled bytecode storage.

brucehsu commented 10 years ago

Commit https://github.com/brucehsu/GobiesVM/commit/14c14ee23ab49ea96ce02e1d288391b7dc665d10 introduce block support, yet I feel we still need to test correctness under multiple given parameters.