Overhead of DIP1036

Walter Bright newshound2 at digitalmars.com
Wed Jan 10 21:21:11 UTC 2024


On 1/10/2024 12:56 PM, Hipreme wrote:
> - Improving debugging symbols in DMD and for macOS
> - Improving importC until it actually works
> - Listen to rikki's complaint about how slow it is to import UTF Tables
> - Improving support for shared libraries on DMD (like not making it collect an 
> interfaced object)
> - Solve the problem with `init` property of structs containing memory reference 
> which can be easily be corrupted
> - Fix the problem when an abstract class implements an interface
> - Make a D compiler daemon
> - Help in the project of DMD as a library focused on helping WebFreak in code-d 
> and serve-d
> - Implement DMD support for Apple Silicon
> - Revive newCTFE engine
> - Implement ctfe caching

I regularly work on many of those problems. For example, without looking it up, 
I think I've fixed maybe 20 ImportC issues in the last month. I've also done a 
number of recent PRs aimed at making D more tractable as a library. So has Razvan.


More information about the Digitalmars-d mailing list