October 24, 2013
On Wednesday, 23 October 2013 at 20:25:17 UTC, Michael wrote:
> What news about Win64/MSVC port?)

In short, my exception handling implementation is blocked by PR16779 (http://llvm.org/bugs/show_bug.cgi?id=16779). I first need to solve this before there is a chance to commit my implementation to LLVM repo.

Unfortunately this problem prevents successful compilation of Phobos right now.

The good news is that I am still working on this.

Regards
Kai
October 24, 2013
> The good news is that I am still working on this.
>
> Regards
> Kai

You are doing good thing! Keep going ;)

October 27, 2013
On Wednesday, 23 October 2013 at 18:40:33 UTC, bearophile wrote:
> Now ldc doesn't show the call to __d_allocmemory, is this expected?

With this patch, the optimizer at least catches the unnecessary heap allocation and removes it: https://github.com/ldc-developers/ldc/pull/532

Of course, we shouldn't emit the allocation in the first place.

David
1 2 3
Next ›   Last »