New issue
Advanced search Search tips

Issue 757175 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 694255



Sign in to add a comment

Update V8 atomic ops to use std::atomic

Project Member Reported by u...@chromium.org, Aug 19 2017

Issue description

Currently 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.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Aug 21 2017

Sign in to add a comment