brucehsu / GobiesVM

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

gofunc parameters in RMethod structure #6

Closed brucehsu closed 10 years ago

brucehsu commented 10 years ago

So far gofunc inside RMethod uses RObject as the receiver field instead of *RObject. Wonder whether this will cause some issues or prevent them from happening.

brucehsu commented 10 years ago

All related functions has been switched to *RObject for now. Wait and see if it affects future STM implementation.