D perfomance
Walter Bright
newshound2 at digitalmars.com
Tue Apr 28 04:51:16 UTC 2020
On 4/27/2020 7:26 AM, Timon Gehr wrote:
> I understand the design. It just does not make sense. All of the code is
> annotated @safe, but if you optimize based on unverified assumptions, it will
> not be memory safe.
It is a good point. The design of @live up to this point did not change the way
code was generated. I still want to see how much of a difference it makes, and
will implement it but make it an option.
More information about the Digitalmars-d
mailing list