Re: RC and GC coexistence

2014-09-21 Thread Oren Tirosh via Digitalmars-d
On Sunday, 21 September 2014 at 00:45:49 UTC, deadalnix wrote: On Saturday, 20 September 2014 at 19:48:14 UTC, Oren Tirosh wrote: Hi everyone. Unlurking to make my first comment here. Here is an idea for making RC and GC coexist peacefully. I think this technique may be used to make the

Re: RC and GC coexistence

2014-09-21 Thread Andrei Alexandrescu via Digitalmars-d
On 9/21/14, 12:18 PM, Oren Tirosh wrote: Shahriyar, Rifat, Stephen M. Blackburn, and Daniel Frampton. Down for the count? Getting reference counting back in the ring. ACM SIGPLAN Notices. Vol. 47. No. 11. ACM, 2012. http://users.cecs.anu.edu.au/~steveb/downloads/pdf/rc-ismm-2012.pdf Reading

RC and GC coexistence

2014-09-20 Thread Oren Tirosh via Digitalmars-d
Hi everyone. Unlurking to make my first comment here. Here is an idea for making RC and GC coexist peacefully. I think this technique may be used to make the Throwable transition to RC while keeping full backward compatibility. A Throwable object would have a reference counter to track the

Re: RC and GC coexistence

2014-09-20 Thread deadalnix via Digitalmars-d
On Saturday, 20 September 2014 at 19:48:14 UTC, Oren Tirosh wrote: Hi everyone. Unlurking to make my first comment here. Here is an idea for making RC and GC coexist peacefully. I think this technique may be used to make the Throwable transition to RC while keeping full backward