Garbage Collection for Systems Programmers

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Wed Apr 3 07:56:37 UTC 2024


On 03/04/2024 8:54 AM, Dennis wrote:
> 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.

That is not what is of interest.

Its symbol lookup of other modules falling back on object.d.


More information about the Digitalmars-d mailing list