Chromium Code Reviews
DescriptionUse compare and swap when updating tag word in all C++ runtime code that might run concurrently.
This was done back in r39731, but then partially reverted in r39734, and has been broken ever since.
Also distinguish between sync/unsync versions. While old-space GC marker is non-concurrent, it uses unsync versions for efficiency.
Add a template to share code between sync versions and avoid unintentional discrepancies.
R=iposva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=42409
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #
Total comments: 4
Patch Set 7 : #
Messages
Total messages: 7 (1 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||