• Ross McIlroy's avatar
    [Compiler] Fix flaky tsan error for bytecode flushing. · 1a5d6a53
    Ross McIlroy authored
    The SFI's flags can be changed by the mutator while the concurrent marker is checking
    the flags for bytecode flushing. None of the flag bits checked for bytecode flushing
    are changed, however since they are in an int32 field TSAN will complain if any of the
    other flags are changed while reading from another flag. Fix this by making the flags
    use the RELAXED_INT32_ACCESSORS.
    
    BUG=v8:8592,v8:8395
    
    Change-Id: I5fbb4fd381c2b288abf0cd36eb0b8256e1929af6
    Reviewed-on: https://chromium-review.googlesource.com/c/1382458Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58325}
    1a5d6a53
Name
Last commit
Last update
..
bugs/harmony Loading commit data...
debug Loading commit data...
protocol Loading commit data...
regress Loading commit data...
wrapper Loading commit data...
BUILD.gn Loading commit data...
debugger.status Loading commit data...
test-api.js Loading commit data...
testcfg.py Loading commit data...