Re: D Concurrent GC

2010-10-10 Thread Leandro Lucarella
Leandro Lucarella, el 8 de octubre a las 01:44 me escribiste: Denis Koroskin, el 8 de octubre a las 05:14 me escribiste: I tried using your GC under D2/Windows, and unfortunately it crashes with Access Violation (I used a version modified by Sean as a starting point with little changes to

Re: D Concurrent GC

2010-10-07 Thread Leandro Lucarella
Leandro Lucarella, el 10 de septiembre a las 09:26 me escribiste: Bernard Helyer, el 10 de septiembre a las 04:49 me escribiste: Very nice. I've been reading your posts on this with interest. How much work would be involved in porting this to druntime? Is hard to tell since I didn't

Re: D Concurrent GC

2010-10-07 Thread Denis Koroskin
On Fri, 08 Oct 2010 04:25:30 +0400, Leandro Lucarella l...@llucax.com.ar wrote: Leandro Lucarella, el 10 de septiembre a las 09:26 me escribiste: Bernard Helyer, el 10 de septiembre a las 04:49 me escribiste: Very nice. I've been reading your posts on this with interest. How much work

Re: D Concurrent GC

2010-10-07 Thread Leandro Lucarella
Denis Koroskin, el 8 de octubre a las 05:14 me escribiste: I tried using your GC under D2/Windows, and unfortunately it crashes with Access Violation (I used a version modified by Sean as a starting point with little changes to fix compilation error). Are there any plans supporting it? I'm

Re: D Concurrent GC

2010-09-16 Thread Andrei Alexandrescu
On 9/15/10 22:22 CDT, Andrei Alexandrescu wrote: On 09/15/2010 07:00 PM, Sean Kelly wrote: Lutger Wrote: Sean Kelly wrote: Sean Kelly Wrote: Leandro Lucarella Wrote: Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for

Re: D Concurrent GC

2010-09-16 Thread Sean Kelly
Andrei Alexandrescu Wrote: There's a discussion on digitalmars.D about a D program being slower than the equivalent Python script because of the GC. Would be a good test bed! I was playing with that yesterday, but there was too much setup required for a quick test (it compared an MD5 has

Re: D Concurrent GC

2010-09-16 Thread Sean Kelly
dsimcha Wrote: == Quote from Sean Kelly (s...@invisibleduck.org)'s article Dunno. For now, I've just sent my modified copy to Leandro and the druntime list for people to play with. It seems quite promising though. Been meaning to ask, what does this GC do with regard to precise

Re: D Concurrent GC

2010-09-15 Thread Steven Schveighoffer
On Tue, 14 Sep 2010 19:09:18 -0400, Sean Kelly s...@invisibleduck.org wrote: Leandro Lucarella Wrote: Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for developers or people that want to experiment):

Re: D Concurrent GC

2010-09-15 Thread Sean Kelly
Steven Schveighoffer schvei...@yahoo.com wrote: On Tue, 14 Sep 2010 19:09:18 -0400, Sean Kelly s...@invisibleduck.org wrote: Leandro Lucarella Wrote: Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for developers or people

Re: D Concurrent GC

2010-09-15 Thread Sean Kelly
Sean Kelly Wrote: Leandro Lucarella Wrote: Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for developers or people that want to experiment): http://llucax.com.ar/blog/blog/post/-1a4bdfba Nice work! I've gotten this to

Re: D Concurrent GC

2010-09-15 Thread Lutger
Sean Kelly wrote: Sean Kelly Wrote: Leandro Lucarella Wrote: Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for developers or people that want to experiment): http://llucax.com.ar/blog/blog/post/-1a4bdfba Nice work!

Re: D Concurrent GC

2010-09-15 Thread Sean Kelly
Lutger Wrote: Sean Kelly wrote: Sean Kelly Wrote: Leandro Lucarella Wrote: Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for developers or people that want to experiment):

Re: D Concurrent GC

2010-09-15 Thread dsimcha
== Quote from Sean Kelly (s...@invisibleduck.org)'s article Lutger Wrote: Sean Kelly wrote: Sean Kelly Wrote: Leandro Lucarella Wrote: Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for developers or people

Re: D Concurrent GC

2010-09-15 Thread Andrei Alexandrescu
On 09/15/2010 07:00 PM, Sean Kelly wrote: Lutger Wrote: Sean Kelly wrote: Sean Kelly Wrote: Leandro Lucarella Wrote: Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for developers or people that want to experiment):

Re: D Concurrent GC

2010-09-14 Thread Sean Kelly
Leandro Lucarella Wrote: Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for developers or people that want to experiment): http://llucax.com.ar/blog/blog/post/-1a4bdfba Nice work! I've gotten this to compile as the GC for

Re: D Concurrent GC

2010-09-10 Thread Leandro Lucarella
Bernard Helyer, el 10 de septiembre a las 04:49 me escribiste: Very nice. I've been reading your posts on this with interest. How much work would be involved in porting this to druntime? Is hard to tell since I didn't followed druntime development very closely lately, but both are based on

D Concurrent GC

2010-09-09 Thread Leandro Lucarella
Not quite ready for prime-time yet, but I think it's in a stage when it could be interesting anyway (at least for developers or people that want to experiment): http://llucax.com.ar/blog/blog/post/-1a4bdfba If you like history, you can read all the related posts in chronological order here:

Re: D Concurrent GC

2010-09-09 Thread Bernard Helyer
Very nice. I've been reading your posts on this with interest. How much work would be involved in porting this to druntime?