Feedback from the Gripes and Wishes Campaign

Steven Schveighoffer schveiguy at gmail.com
Mon May 29 21:44:25 UTC 2023


On 5/29/23 4:11 PM, Stefan Koch wrote:
> That can't actually happen while malloc is being malloc.
> If we can rewrite the implementation it is possible but it means we have 
> to special case malloc and treat it as a built-in function.

Exactly what I'm saying... malloc should be interpreted by CTFE to be a 
special call to the CTFE allocator.

-Steve


More information about the Digitalmars-d mailing list