D wrapper classes leak memory. Next steps?
via Digitalmars-d
digitalmars-d at puremagic.com
Fri Oct 31 03:06:50 PDT 2014
On Friday, 31 October 2014 at 09:58:41 UTC, ketmar via
Digitalmars-d wrote:
> if you have something concrete in mind, write ER or forum post,
> so we can destroy it. ;-)
Sure!
- dump the gc
- make uniqe_ptr a language builtin
- ditch c malloc
- make compiler 100% memory management aware
- make thread aware high speed class allocators a builtin
- ditch emplace
- default pointers to non-nullable
- do a complete redesign of phobos
I'm sure there is moreā¦
More information about the Digitalmars-d
mailing list