Variables & kind of memory
    Mike Parker 
    aldacron at gmail.com
       
    Sat Apr 23 06:23:04 UTC 2022
    
    
  
On Saturday, 23 April 2022 at 05:01:51 UTC, Alain De Vos wrote:
> On Saturday, 23 April 2022 at 04:52:39 UTC, Alain De Vos wrote:
>> On Saturday, 23 April 2022 at 03:41:17 UTC, Alain De Vos wrote:
>>> I wrote a simple test program:
>>> ```
>>> import std.stdio:writefln;
>>>
>>> [...]
>>
>> BBB: is probably the data-segment.
>> Remains AAA ?
>
> Could AAA be the bss-segment ?
Run a dump tool on the generated binary and you can see what goes 
where. And there are probably differences between the three D 
compilers.
    
    
More information about the Digitalmars-d-learn
mailing list