Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Issue 316133002: Move atomic ops and related files to base library (Closed)

Created:
6 years, 6 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Move atomic ops and related files to base library BUG=none R=jkummerow@chromium.org LOG=n Committed: https://code.google.com/p/v8/source/detail?r=21693

Patch Set 1 #

Patch Set 2 : updates #

Patch Set 3 : updates #

Patch Set 4 : updates #

Patch Set 5 : updates #

Total comments: 26

Patch Set 6 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -2934 lines) Patch
M BUILD.gn View 1 2 3 4 5 4 chunks +14 lines, -5 lines 0 comments Download
M src/assembler.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
D src/atomicops.h View 1 chunk +0 lines, -161 lines 0 comments Download
D src/atomicops_internals_arm64_gcc.h View 1 chunk +0 lines, -316 lines 0 comments Download
D src/atomicops_internals_arm_gcc.h View 1 chunk +0 lines, -301 lines 0 comments Download
D src/atomicops_internals_atomicword_compat.h View 1 chunk +0 lines, -99 lines 0 comments Download
D src/atomicops_internals_mac.h View 1 chunk +0 lines, -204 lines 0 comments Download
D src/atomicops_internals_mips_gcc.h View 1 chunk +0 lines, -159 lines 0 comments Download
D src/atomicops_internals_tsan.h View 1 chunk +0 lines, -379 lines 0 comments Download
D src/atomicops_internals_x86_gcc.h View 1 chunk +0 lines, -272 lines 0 comments Download
D src/atomicops_internals_x86_gcc.cc View 1 chunk +0 lines, -111 lines 0 comments Download
D src/atomicops_internals_x86_msvc.h View 1 chunk +0 lines, -202 lines 0 comments Download
A + src/base/atomicops.h View 1 2 3 4 5 4 chunks +13 lines, -13 lines 0 comments Download
A + src/base/atomicops_internals_arm64_gcc.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + src/base/atomicops_internals_arm_gcc.h View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
A + src/base/atomicops_internals_atomicword_compat.h View 1 2 5 chunks +11 lines, -11 lines 0 comments Download
A + src/base/atomicops_internals_mac.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + src/base/atomicops_internals_mips_gcc.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + src/base/atomicops_internals_tsan.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + src/base/atomicops_internals_x86_gcc.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + src/base/atomicops_internals_x86_gcc.cc View 4 chunks +6 lines, -6 lines 0 comments Download
A + src/base/atomicops_internals_x86_msvc.h View 3 chunks +6 lines, -6 lines 0 comments Download
A + src/base/lazy-instance.h View 2 chunks +6 lines, -6 lines 0 comments Download
A + src/base/once.h View 2 chunks +7 lines, -7 lines 0 comments Download
A + src/base/once.cc View 3 chunks +4 lines, -4 lines 0 comments Download
A + src/base/win32-headers.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/builtins.cc View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M src/circular-queue.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/circular-queue-inl.h View 3 chunks +6 lines, -6 lines 0 comments Download
M src/cpu.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/cpu-profiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/elements-kind.cc View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M src/flags.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/frames.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/heap.cc View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
M src/isolate.h View 5 chunks +5 lines, -5 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
D src/lazy-instance.h View 1 chunk +0 lines, -237 lines 0 comments Download
M src/mark-compact.cc View 1 2 3 4 5 2 chunks +9 lines, -8 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 3 chunks +22 lines, -18 lines 0 comments Download
M src/objects-visiting.h View 3 chunks +3 lines, -3 lines 0 comments Download
D src/once.h View 1 chunk +0 lines, -100 lines 0 comments Download
D src/once.cc View 1 chunk +0 lines, -53 lines 0 comments Download
M src/optimizing-compiler-thread.h View 3 chunks +4 lines, -3 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 2 3 4 5 5 chunks +6 lines, -4 lines 0 comments Download
M src/platform.h View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-cygwin.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/platform-posix.cc View 1 2 3 4 5 3 chunks +6 lines, -2 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform/condition-variable.h View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M src/platform/mutex.h View 1 2 3 4 5 3 chunks +9 lines, -9 lines 0 comments Download
M src/platform/semaphore.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/platform/time.cc View 1 2 3 4 5 4 chunks +14 lines, -12 lines 0 comments Download
M src/runtime-profiler.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M src/sampler.h View 3 chunks +9 lines, -9 lines 0 comments Download
M src/sampler.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/spaces.h View 1 2 3 4 5 7 chunks +16 lines, -16 lines 0 comments Download
M src/spaces.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M src/store-buffer.cc View 1 2 3 4 5 6 chunks +7 lines, -5 lines 0 comments Download
M src/sweeper-thread.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/sweeper-thread.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/unbound-queue.h View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M src/unbound-queue-inl.h View 1 2 3 4 5 5 chunks +7 lines, -9 lines 0 comments Download
M src/v8.cc View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
M src/v8dll-main.cc View 1 chunk +1 line, -1 line 0 comments Download
D src/win32-headers.h View 1 chunk +0 lines, -79 lines 0 comments Download
M src/win32-math.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/disasm-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-atomicops.cc View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-circular-queue.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-platform-win32.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-time.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 5 5 chunks +15 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jochen (gone - plz use gerrit)
ptal
6 years, 6 months ago (2014-06-05 08:50:17 UTC) #1
Jakob Kummerow
LGTM with comments. If IWYU opens a can of worms, feel free to punt on ...
6 years, 6 months ago (2014-06-05 11:49:05 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/316133002/diff/80001/src/platform.h File src/platform.h (right): https://codereview.chromium.org/316133002/diff/80001/src/platform.h#newcode47 src/platform.h:47: #include "src/win32-math.h" On 2014/06/05 11:49:06, Jakob wrote: > It ...
6 years, 6 months ago (2014-06-05 12:08:17 UTC) #3
jochen (gone - plz use gerrit)
6 years, 6 months ago (2014-06-05 12:15:40 UTC) #4
Message was sent while issue was closed.
Committed patchset #6 manually as r21693 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698