dynamic library building and loading

Jacob Carlborg doob at me.com
Mon Oct 1 06:06:24 PDT 2012


On 2012-10-01 14:40, Iain Buclaw wrote:

> On Linux, there has already been an runtime implementation written
> that scans /proc/self/maps and adds all data sections to the GC that
> way.  Whether or not DMD wishes to go down that route is their own
> decision.  I am looking into a solution that doesn't have any bearing
> on what platform it's running on...

Well, /proc isn't available on Mac OS X so I think you have to continue 
looking.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list