Update V8 atomic ops to use std::atomic |
|
Issue descriptionCurrently V8 implements atomic ops using compiler intrinsics and OS specific functions. We can unify the implementations using std::atomic. This will also provide byte level CAS, needed for aging BytecodeArray in concurrent marker. |
|
►
Sign in to add a comment |
|
Comment 1 by bugdroid1@chromium.org
, Aug 21 2017