std library hooks

Walter Bright newshound2 at digitalmars.com
Sun Apr 15 23:42:59 PDT 2012


On 4/15/2012 11:15 PM, Nick Sabalausky wrote:
>> As Sean mentioned, the solution is for the library version of __dassertm
>> to exist in its own .o file. That is not necessary for the user version.
>
> 1. Is that currently happening?

No, but it's easily corrected.

> 2. Doesn't it need to be in its own separate source file to end up in a
> separate object file?

Generally, yes.


> 3. If so, wouldn't keeping each druntime function in a separate source file
> make maintaining druntime a pain?

druntime is already a zillion files. That's a non-issue.



More information about the Digitalmars-d mailing list