Compiling Data into a D Executable
Denis Shelomovskij
verylonglogin.reg at gmail.com
Sun May 27 09:52:08 PDT 2012
27.05.2012 15:40, Pieter De Bruyne написал:
> This would mean that all that data is in memory at runtime i guess ? ...
>
> And if so is there a way to avoid this...
>
> I frequently use a audiovisual "slideshow" program called mobjects. It
> can compile your slideshow to an executable (often larger thn 1GiB) but
> it's memory footprint at runtime is rather small.
>
When executable is opened, it's content (code, data, whatever) is loaded
lazily ei. only if needed (on first read/write). Note that it still eats
process virtual address space.
--
Денис В. Шеломовский
Denis V. Shelomovskij
More information about the Digitalmars-d
mailing list