Dirk icon indicating copy to clipboard operation
Dirk copied to clipboard

@nogc

Open JakobOvrum opened this issue 11 years ago • 1 comments

There are currently a fair number of dynamic allocations that can be eliminated, and GC allocations that can be moved to the C heap. Most of the API should be @nogc.

JakobOvrum avatar Nov 27 '14 10:11 JakobOvrum

Recently eliminated a lot of dynamic memory allocations, but @nogc remains unattainable because of exceptions.

JakobOvrum avatar Oct 30 '15 10:10 JakobOvrum