std.utf.decode @nogc please

Dmitry Olshansky via Digitalmars-d digitalmars-d at puremagic.com
Fri Oct 3 11:35:42 PDT 2014


01-Oct-2014 14:10, Robert burner Schadek пишет:
> lately when working on std.string I run into problems making stuff nogc
> as std.utf.decode is not nogc.
>
> https://issues.dlang.org/show_bug.cgi?id=13458

Trivial to do. But before that somebody got to make  one of:

a) A policy on reuse of exceptions. Literally we have easy TLS why not 
put 1 copy of each possible exception there? (**ck the chaining, who 
need it anyway?)
b) Make all exceptions ref-counted.

The benefit of A is that "creating" exceptions becomes MUCH faster.

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list