Re: Blog Post - Reducing vibe.d turnaround time (Part 1 Faster Linking)

2014-10-31 Thread nomi via Digitalmars-d-announce
Also I think you are mistaking where the are actually used. The are used in CUDA code, not in C++ code. While CUDA is a variation on C++, it is still not C++ and has to pass through a special parser that splits out the host code and the gpu code to be compiled. __ adil

Re: D/Objective-C 64bit

2014-10-31 Thread Michel Fortin via Digitalmars-d-announce
On 2014-10-30 07:13:08 +, Jacob Carlborg d...@me.com said: I had a look at your fix. I see that you added a call to release in the destructor. Just for the record, there's no guarantee that the destructor of a GC allocated object gets run, at all. D/Objective-C never allocates

Re: D/Objective-C 64bit

2014-10-31 Thread Michel Fortin via Digitalmars-d-announce
On 2014-10-30 09:16:34 +, Martin Nowak c...@dawg.eu said: On Tuesday, 11 March 2014 at 18:23:08 UTC, Jacob Carlborg wrote: A DIP is available here [1] and the latest implementation is available here [2]. [1] http://wiki.dlang.org/DIP43 Instead of adding the selector syntaxsyntax you