Re: Is runtime info in shared memory?

2017-07-10 Thread Ali Çehreli via Digitalmars-d-learn

On 07/09/2017 02:38 AM, Jean-Louis Leroy wrote:

When I look at ldc2's object.d I have the impression it's thread local.
I may be wrong though, just beginning to learn about 'shared'.


Unless it's marked as shared or __gshared it's thread-local by default.

Ali



Is runtime info in shared memory?

2017-07-09 Thread Jean-Louis Leroy via Digitalmars-d-learn
When I look at ldc2's object.d I have the impression it's thread 
local. I may be wrong though, just beginning to learn about 
'shared'.