Thread overview
[Issue 24296] Replace bloated object.d with object.di
Dec 21, 2023
Walter Bright
Dec 21, 2023
Adam D. Ruppe
Dec 24, 2023
Adam D. Ruppe
December 21, 2023
https://issues.dlang.org/show_bug.cgi?id=24296

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |performance

--
December 21, 2023
https://issues.dlang.org/show_bug.cgi?id=24296

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator@gmail.com

--- Comment #1 from Adam D. Ruppe <destructionator@gmail.com> ---
This will not make a significant difference. .di files almost never do.

--
December 21, 2023
https://issues.dlang.org/show_bug.cgi?id=24296

elpenguino+D@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elpenguino+D@gmail.com

--- Comment #2 from elpenguino+D@gmail.com ---
I'm excited to see the benchmarks showing the faster compile times!

--
December 24, 2023
https://issues.dlang.org/show_bug.cgi?id=24296

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Adam D. Ruppe <destructionator@gmail.com> ---
See the link here for some empirical analysis:

https://forum.dlang.org/post/qhpilpyuiptlvlajoczr@forum.dlang.org

There is no reason to believe that changing the filename will improve anything, so closing this as invalid.

--