On 12/11/2013 12:46 AM, Walter Bright wrote:
On 12/10/2013 3:04 PM, Timon Gehr wrote:
Malloc is part of the language runtime. Everything needed is known
about it, in
particular that it is pure (in the D sense). Also, the source code of
malloc
will not be standard C code.

All right, so write your own storage allocator. How are you going to
tell the C compiler that it's pure?

How about the D compiler?

Reply via email to