Garbage Collection for Systems Programmers
Dennis
dkorpel at gmail.com
Tue Apr 2 19:54:41 UTC 2024
On Tuesday, 2 April 2024 at 15:31:25 UTC, H. S. Teoh wrote:
> Though tbh you probably won't see very much improvement in
> build times here; object.d is pretty low down on the list of
> druntime/phobos modules that hog compile time. The gains
> probably won't be noticeable in non-trivial projects.
```
cd /usr/include/dlang/dmd
time dmd -o- object.d
dmd -o- object.d 0.03s user 0.00s system 98% cpu 0.030 total
```
There's only 30 ms to save here.
More information about the Digitalmars-d
mailing list