digitalmars.D.learn - Is runtime info in shared memory?
- Jean-Louis Leroy (3/3) Jul 09 2017 When I look at ldc2's object.d I have the impression it's thread
- =?UTF-8?Q?Ali_=c3=87ehreli?= (3/5) Jul 10 2017 Unless it's marked as shared or __gshared it's thread-local by default.
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'.
Jul 09 2017
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
Jul 10 2017