[Issue 11149] Runtime.args no longer available in static constructors.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Oct 25 09:14:33 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11149
--- Comment #20 from Martin Nowak <code at dawg.eu> 2013-10-25 09:14:31 PDT ---
(In reply to comment #19)
> Question, how is the runtime initialized now? I mean, is it initialized in a
> shared module constructor?
At least on linux it is done from .ctor/.dtor functions that call
_d_dso_registry.
This is the similar to __attribute__((constructor))/__attribute__((destructor))
functions.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list