apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Implement value semantics for buffers #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Buffer variables currently use handles which gives them implicit reference 
semantics when passed to functions or otherwise assigned as variables. Convert 
them to copy-on-use value semantics and implement necessary marshaling for 
externals.

Original issue reported on code.google.com by don.ap...@gmail.com on 14 Oct 2010 at 3:09

GoogleCodeExporter commented 9 years ago

Original comment by don.ap...@gmail.com on 4 Dec 2010 at 9:01