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

Issue 358363002: Move platform abstraction to base library (Closed)

Created:
6 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 5 months ago
CC:
v8-dev, tfarina
Project:
v8
Visibility:
Public.

Description

Move platform abstraction to base library Also split v8-core independent methods from checks.h to base/logging.h and merge v8checks with the rest of checks. The CPU::FlushICache method is moved to CpuFeatures::FlushICache RoundUp and related methods are moved to base/macros.h Remove all layering violations from src/libplatform BUG=none R=jkummerow@chromium.org LOG=n

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 2

Patch Set 3 : updates #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+1627 lines, -10232 lines) Patch
M BUILD.gn View 5 chunks +63 lines, -58 lines 0 comments Download
M src/allocation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/allocation-tracker.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M src/api.cc View 10 chunks +15 lines, -14 lines 0 comments Download
M src/arm/assembler-arm.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/codegen-arm.cc View 9 chunks +17 lines, -13 lines 0 comments Download
M src/arm/cpu-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/simulator-arm.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/arm64/assembler-arm64.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/arm64/assembler-arm64.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M src/arm64/assembler-arm64-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/codegen-arm64.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/arm64/cpu-arm64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm64/disasm-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/simulator-arm64.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M src/assembler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/assembler.cc View 8 chunks +19 lines, -18 lines 0 comments Download
M src/assert-scope.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/base/build_config.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
A + src/base/cpu.h View 4 chunks +7 lines, -10 lines 1 comment Download
A + src/base/cpu.cc View 3 chunks +4 lines, -4 lines 0 comments Download
A + src/base/logging.h View 4 chunks +5 lines, -37 lines 0 comments Download
A + src/base/logging.cc View 3 chunks +11 lines, -42 lines 0 comments Download
M src/base/macros.h View 1 3 chunks +82 lines, -0 lines 2 comments Download
A + src/base/platform/condition-variable.h View 2 chunks +9 lines, -9 lines 0 comments Download
A + src/base/platform/condition-variable.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + src/base/platform/elapsed-timer.h View 2 chunks +8 lines, -8 lines 0 comments Download
A + src/base/platform/mutex.h View 4 chunks +11 lines, -12 lines 0 comments Download
A + src/base/platform/mutex.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + src/base/platform/platform.h View 5 chunks +10 lines, -10 lines 0 comments Download
A + src/base/platform/platform-cygwin.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + src/base/platform/platform-freebsd.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + src/base/platform/platform-linux.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + src/base/platform/platform-macos.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + src/base/platform/platform-openbsd.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + src/base/platform/platform-posix.cc View 5 chunks +8 lines, -8 lines 0 comments Download
A + src/base/platform/platform-qnx.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + src/base/platform/platform-solaris.cc View 3 chunks +4 lines, -4 lines 0 comments Download
A + src/base/platform/platform-win32.cc View 1 7 chunks +14 lines, -13 lines 0 comments Download
A + src/base/platform/semaphore.h View 3 chunks +7 lines, -9 lines 0 comments Download
A + src/base/platform/semaphore.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A + src/base/platform/time.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + src/base/platform/time.cc View 6 chunks +14 lines, -16 lines 0 comments Download
A + src/base/qnx-math.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + src/base/utils/random-number-generator.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + src/base/utils/random-number-generator.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A + src/base/win32-math.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + src/base/win32-math.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/bignum-dtoa.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/cached-powers.h View 1 chunk +1 line, -1 line 0 comments Download
M src/cached-powers.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/checks.h View 4 chunks +24 lines, -248 lines 0 comments Download
M src/checks.cc View 2 chunks +0 lines, -75 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.h View 4 chunks +7 lines, -7 lines 0 comments Download
M src/compiler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/conversions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/conversions-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/counters.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/counters.cc View 1 chunk +1 line, -1 line 0 comments Download
D src/cpu.h View 1 chunk +0 lines, -114 lines 0 comments Download
D src/cpu.cc View 1 chunk +0 lines, -498 lines 0 comments Download
M src/cpu-profiler.h View 5 chunks +6 lines, -6 lines 0 comments Download
M src/cpu-profiler.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/d8.h View 3 chunks +9 lines, -9 lines 0 comments Download
M src/d8.cc View 7 chunks +16 lines, -14 lines 0 comments Download
M src/date.h View 5 chunks +8 lines, -7 lines 0 comments Download
M src/date.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/debug.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/deoptimizer.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/diy-fp.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/dtoa.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/elements-kind.h View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/free-buffer-extension.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/fast-dtoa.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/fixed-dtoa.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/flags.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/gdb-jit.cc View 6 chunks +5 lines, -5 lines 0 comments Download
M src/globals.h View 1 4 chunks +8 lines, -8 lines 0 comments Download
M src/hashmap.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/heap.cc View 7 chunks +8 lines, -7 lines 0 comments Download
M src/heap-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M src/hydrogen.h View 2 chunks +11 lines, -11 lines 0 comments Download
M src/hydrogen.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M src/hydrogen-bce.cc View 5 chunks +12 lines, -12 lines 0 comments Download
M src/hydrogen-gvn.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M src/hydrogen-range-analysis.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/assembler-ia32.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 7 chunks +13 lines, -13 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 7 chunks +13 lines, -12 lines 0 comments Download
M src/ia32/cpu-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/ic.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/incremental-marking.h View 1 chunk +1 line, -1 line 0 comments Download
M src/incremental-marking.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/isolate.h View 11 chunks +23 lines, -18 lines 0 comments Download
M src/isolate.cc View 17 chunks +37 lines, -36 lines 0 comments Download
M src/isolate-inl.h View 2 chunks +5 lines, -4 lines 0 comments Download
M src/json-parser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M src/libplatform/DEPS View 1 chunk +1 line, -2 lines 0 comments Download
M src/libplatform/default-platform.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/libplatform/default-platform.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M src/libplatform/task-queue.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/libplatform/task-queue.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M src/libplatform/worker-thread.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/list.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/list-inl.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/lithium-allocator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/log.h View 3 chunks +8 lines, -4 lines 0 comments Download
M src/log.cc View 17 chunks +28 lines, -25 lines 0 comments Download
M src/log-utils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/log-utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mark-compact.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/mips/assembler-mips.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/codegen-mips.cc View 7 chunks +13 lines, -10 lines 0 comments Download
M src/mips/cpu-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/disasm-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/simulator-mips.cc View 9 chunks +9 lines, -10 lines 0 comments Download
M src/mksnapshot.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/natives-external.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 2 chunks +1 line, -1 line 0 comments Download
M src/objects.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/objects-inl.h View 2 chunks +5 lines, -5 lines 0 comments Download
M src/optimizing-compiler-thread.h View 5 chunks +11 lines, -11 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M src/parser.cc View 3 chunks +3 lines, -3 lines 0 comments Download
D src/platform.h View 1 chunk +0 lines, -524 lines 0 comments Download
D src/platform-cygwin.cc View 1 chunk +0 lines, -331 lines 0 comments Download
D src/platform-freebsd.cc View 1 chunk +0 lines, -307 lines 0 comments Download
D src/platform-linux.cc View 1 chunk +0 lines, -432 lines 0 comments Download
D src/platform-macos.cc View 1 chunk +0 lines, -310 lines 0 comments Download
D src/platform-openbsd.cc View 1 chunk +0 lines, -338 lines 0 comments Download
D src/platform-posix.cc View 1 chunk +0 lines, -726 lines 0 comments Download
D src/platform-qnx.cc View 1 chunk +0 lines, -374 lines 0 comments Download
D src/platform-solaris.cc View 1 chunk +0 lines, -279 lines 0 comments Download
D src/platform-win32.cc View 1 chunk +0 lines, -1423 lines 0 comments Download
D src/platform/condition-variable.h View 1 chunk +0 lines, -118 lines 0 comments Download
D src/platform/condition-variable.cc View 1 chunk +0 lines, -322 lines 0 comments Download
D src/platform/elapsed-timer.h View 1 chunk +0 lines, -97 lines 0 comments Download
D src/platform/mutex.h View 1 chunk +0 lines, -216 lines 0 comments Download
D src/platform/mutex.cc View 1 chunk +0 lines, -191 lines 0 comments Download
D src/platform/semaphore.h View 1 chunk +0 lines, -103 lines 0 comments Download
D src/platform/semaphore.cc View 1 chunk +0 lines, -191 lines 0 comments Download
D src/platform/time.h View 1 chunk +0 lines, -393 lines 0 comments Download
D src/platform/time.cc View 1 chunk +0 lines, -570 lines 0 comments Download
M src/preparse-data.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/preparser.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/prettyprinter.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/profile-generator.h View 5 chunks +11 lines, -9 lines 0 comments Download
M src/profile-generator.cc View 5 chunks +13 lines, -17 lines 0 comments Download
D src/qnx-math.h View 1 chunk +0 lines, -19 lines 0 comments Download
M src/runtime.cc View 8 chunks +11 lines, -11 lines 0 comments Download
M src/runtime-profiler.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/runtime-profiler.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/sampler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/sampler.cc View 9 chunks +16 lines, -16 lines 0 comments Download
M src/scanner.h View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/small-pointer-list.h View 1 chunk +1 line, -1 line 0 comments Download
M src/snapshot-common.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/snapshot-source-sink.h View 1 chunk +1 line, -1 line 0 comments Download
M src/snapshot-source-sink.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.h View 10 chunks +12 lines, -12 lines 0 comments Download
M src/spaces.cc View 22 chunks +33 lines, -33 lines 0 comments Download
M src/spaces-inl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M src/store-buffer.h View 3 chunks +4 lines, -4 lines 0 comments Download
M src/store-buffer.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M src/sweeper-thread.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/sweeper-thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/token.h View 1 chunk +1 line, -1 line 0 comments Download
M src/transitions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/unicode-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/utils.h View 1 4 chunks +2 lines, -83 lines 0 comments Download
M src/utils.cc View 8 chunks +14 lines, -14 lines 0 comments Download
D src/utils/DEPS View 1 chunk +0 lines, -5 lines 0 comments Download
D src/utils/random-number-generator.h View 1 chunk +0 lines, -89 lines 0 comments Download
D src/utils/random-number-generator.cc View 1 chunk +0 lines, -131 lines 0 comments Download
M src/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/v8.cc View 3 chunks +2 lines, -2 lines 0 comments Download
D src/v8checks.h View 1 chunk +0 lines, -39 lines 0 comments Download
M src/v8threads.h View 1 chunk +1 line, -1 line 0 comments Download
D src/win32-math.h View 1 chunk +0 lines, -42 lines 0 comments Download
D src/win32-math.cc View 1 chunk +0 lines, -82 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 8 chunks +13 lines, -13 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 7 chunks +12 lines, -13 lines 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/x87/assembler-x87.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x87/assembler-x87-inl.h View 7 chunks +13 lines, -13 lines 0 comments Download
M src/x87/code-stubs-x87.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x87/codegen-x87.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M src/x87/cpu-x87.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x87/lithium-codegen-x87.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x87/macro-assembler-x87.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/zone.h View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.h View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/profiler-extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 21 chunks +27 lines, -27 lines 0 comments Download
M test/cctest/test-assembler-arm64.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 16 chunks +30 lines, -44 lines 0 comments Download
M test/cctest/test-assembler-x87.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-bignum.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-bignum-dtoa.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-circular-queue.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-code-stubs.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-code-stubs-arm.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M test/cctest/test-code-stubs-arm64.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M test/cctest/test-code-stubs-ia32.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M test/cctest/test-code-stubs-mips.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M test/cctest/test-code-stubs-x64.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M test/cctest/test-code-stubs-x87.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M test/cctest/test-condition-variable.cc View 19 chunks +40 lines, -37 lines 0 comments Download
M test/cctest/test-conversions.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M test/cctest/test-cpu.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-cpu-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 7 chunks +8 lines, -9 lines 0 comments Download
M test/cctest/test-cpu-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-cpu-x87.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-debug.cc View 11 chunks +21 lines, -21 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-diy-fp.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-double.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-dtoa.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-fast-dtoa.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-fixed-dtoa.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-javascript-arm64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-js-arm64-variables.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-libplatform.h View 3 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-lockers.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-macro-assembler-arm.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M test/cctest/test-macro-assembler-ia32.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M test/cctest/test-macro-assembler-mips.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 25 chunks +47 lines, -88 lines 0 comments Download
M test/cctest/test-macro-assembler-x87.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M test/cctest/test-mutex.cc View 2 chunks +26 lines, -20 lines 0 comments Download
M test/cctest/test-parsing.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-platform.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-platform-linux.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-platform-tls.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-platform-win32.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-random-number-generator.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/test-semaphore.cc View 6 chunks +19 lines, -18 lines 0 comments Download
M test/cctest/test-serialize.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-spaces.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M test/cctest/test-strtod.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-threads.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M test/cctest/test-time.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-types.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/gyp/v8.gyp View 1 13 chunks +141 lines, -121 lines 0 comments Download
M tools/lexer-shell.cc View 6 chunks +10 lines, -12 lines 0 comments Download
M tools/parser-shell.cc View 5 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jochen (gone - plz use gerrit)
ptal I'll fix the windows compile errors soon(ish)
6 years, 5 months ago (2014-06-30 11:51:11 UTC) #1
Jakob Kummerow
LGTM with comments. You should train yourself a monkey to review this kind of patches. ...
6 years, 5 months ago (2014-06-30 13:02:34 UTC) #2
tfarina
Jochen, isn't there a bug filed for tracking this work? I guess we have one ...
6 years, 5 months ago (2014-07-01 15:54:30 UTC) #3
tfarina
https://codereview.chromium.org/358363002/diff/40001/src/base/cpu.h File src/base/cpu.h (right): https://codereview.chromium.org/358363002/diff/40001/src/base/cpu.h#newcode46 src/base/cpu.h:46: static const int ARM = 0x41; we could group ...
6 years, 5 months ago (2014-07-01 15:58:30 UTC) #4
tfarina
https://codereview.chromium.org/358363002/diff/40001/src/base/macros.h File src/base/macros.h (right): https://codereview.chromium.org/358363002/diff/40001/src/base/macros.h#newcode122 src/base/macros.h:122: return IS_POWER_OF_TWO(x); Do we need to have the macro ...
6 years, 5 months ago (2014-07-01 16:01:32 UTC) #5
jochen (gone - plz use gerrit)
there's issue 3015, but since there's no bugdroid it's kinda moot thx for the suggestions. ...
6 years, 5 months ago (2014-07-01 18:55:11 UTC) #6
Sven Panne
https://codereview.chromium.org/358363002/diff/40001/src/base/macros.h File src/base/macros.h (right): https://codereview.chromium.org/358363002/diff/40001/src/base/macros.h#newcode122 src/base/macros.h:122: return IS_POWER_OF_TWO(x); On 2014/07/01 16:01:32, tfarina wrote: > Do ...
6 years, 5 months ago (2014-07-02 08:18:41 UTC) #7
jochen (gone - plz use gerrit)
6 years, 5 months ago (2014-07-02 09:26:39 UTC) #8
btw, this has landed as
https://v8.googlecode.com/svn/branches/bleeding_edge@22092 but git cl didn't
manage to update this cl...

Powered by Google App Engine
This is Rietveld 408576698