Can we have ucent ?

kinke noone at nowhere.com
Tue Oct 30 19:25:18 UTC 2018


On Tuesday, 30 October 2018 at 19:04:00 UTC, 12345swordy wrote:
> There no reason to put it into the druntime. Just have the 
> functions themselves be dynamically compiled during runtime.
> https://wiki.dlang.org/LDC-specific_language_changes#.40.28ldc.attributes.dynamicCompile.29

Oh yes, there are very good reasons for it. Dynamic compilation 
would be dog slow for tiny programs, and depend on a ~20 MB DLL 
for code generation, besides obviously being LDC specific.


More information about the Digitalmars-d mailing list