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

Issue 110573004: Merge bleeding_edge 17696:18016. (Closed)

Created:
7 years ago by marja
Modified:
6 years, 11 months ago
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10938 lines, -7483 lines) Patch
A .clang-format View 1 chunk +3 lines, -0 lines 0 comments Download
M ChangeLog View 1 chunk +82 lines, -0 lines 0 comments Download
M PRESUBMIT.py View 1 chunk +13 lines, -0 lines 0 comments Download
M build/features.gypi View 2 chunks +6 lines, -0 lines 0 comments Download
M build/standalone.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M build/toolchain.gypi View 3 chunks +4 lines, -4 lines 0 comments Download
M include/v8.h View 20 chunks +100 lines, -44 lines 0 comments Download
D include/v8-defaults.h View 1 chunk +0 lines, -54 lines 1 comment Download
A + include/v8-platform.h View 1 chunk +45 lines, -13 lines 1 comment Download
M samples/lineprocessor.cc View 9 chunks +18 lines, -13 lines 0 comments Download
M samples/process.cc View 13 chunks +40 lines, -23 lines 0 comments Download
M samples/shell.cc View 9 chunks +34 lines, -24 lines 0 comments Download
M src/allocation.h View 1 chunk +0 lines, -28 lines 0 comments Download
M src/allocation.cc View 1 chunk +0 lines, -20 lines 0 comments Download
D src/allocation-inl.h View 1 chunk +0 lines, -49 lines 0 comments Download
A src/allocation-tracker.h View 1 chunk +138 lines, -0 lines 0 comments Download
A src/allocation-tracker.cc View 1 chunk +279 lines, -0 lines 0 comments Download
M src/api.cc View 11 chunks +80 lines, -21 lines 0 comments Download
M src/arguments.h View 1 chunk +11 lines, -0 lines 0 comments Download
M src/arguments.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 5 chunks +19 lines, -11 lines 0 comments Download
M src/arm/assembler-arm.cc View 13 chunks +119 lines, -78 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 8 chunks +28 lines, -11 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +51 lines, -5 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/frames-arm.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 8 chunks +20 lines, -79 lines 0 comments Download
M src/arm/ic-arm.cc View 8 chunks +13 lines, -16 lines 0 comments Download
M src/arm/lithium-arm.h View 3 chunks +10 lines, -31 lines 0 comments Download
M src/arm/lithium-arm.cc View 6 chunks +16 lines, -32 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 14 chunks +112 lines, -144 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +15 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 10 chunks +105 lines, -105 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 22 chunks +76 lines, -64 lines 0 comments Download
M src/assembler.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/assembler.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/ast.h View 9 chunks +23 lines, -5 lines 0 comments Download
M src/ast.cc View 8 chunks +19 lines, -14 lines 0 comments Download
M src/bootstrapper.cc View 4 chunks +61 lines, -13 lines 0 comments Download
M src/builtins.h View 2 chunks +3 lines, -4 lines 0 comments Download
M src/builtins.cc View 4 chunks +4 lines, -13 lines 0 comments Download
M src/code-stubs.h View 10 chunks +105 lines, -9 lines 0 comments Download
M src/code-stubs.cc View 5 chunks +22 lines, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 9 chunks +79 lines, -42 lines 0 comments Download
M src/codegen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler.h View 3 chunks +9 lines, -2 lines 0 comments Download
M src/compiler.cc View 5 chunks +14 lines, -6 lines 0 comments Download
M src/contexts.h View 2 chunks +1 line, -3 lines 0 comments Download
M src/d8.h View 5 chunks +4 lines, -5 lines 0 comments Download
M src/d8.cc View 40 chunks +126 lines, -128 lines 0 comments Download
M src/d8-debug.cc View 9 chunks +21 lines, -16 lines 0 comments Download
M src/d8-posix.cc View 28 chunks +94 lines, -65 lines 0 comments Download
M src/d8-windows.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.cc View 7 chunks +11 lines, -9 lines 0 comments Download
A + src/default-platform.h View 1 chunk +14 lines, -14 lines 0 comments Download
A + src/default-platform.cc View 1 chunk +17 lines, -16 lines 0 comments Download
D src/defaults.cc View 1 chunk +0 lines, -70 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/deoptimizer.cc View 8 chunks +25 lines, -17 lines 0 comments Download
M src/elements-kind.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/elements-kind.cc View 2 chunks +38 lines, -0 lines 0 comments Download
M src/execution.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/extensions/externalize-string-extension.cc View 5 chunks +10 lines, -6 lines 0 comments Download
M src/extensions/statistics-extension.cc View 2 chunks +59 lines, -40 lines 0 comments Download
M src/factory.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/factory.cc View 2 chunks +12 lines, -2 lines 0 comments Download
M src/flag-definitions.h View 3 chunks +2 lines, -6 lines 0 comments Download
M src/frames.h View 1 chunk +9 lines, -8 lines 0 comments Download
M src/frames.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M src/full-codegen.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/globals.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/handles.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 15 chunks +51 lines, -45 lines 0 comments Download
M src/heap.cc View 18 chunks +61 lines, -24 lines 0 comments Download
M src/heap-inl.h View 3 chunks +7 lines, -7 lines 0 comments Download
M src/heap-profiler.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap-profiler.cc View 2 chunks +2 lines, -41 lines 0 comments Download
M src/heap-snapshot-generator.h View 6 chunks +10 lines, -3 lines 0 comments Download
M src/heap-snapshot-generator.cc View 10 chunks +169 lines, -2 lines 0 comments Download
M src/hydrogen.h View 13 chunks +75 lines, -20 lines 0 comments Download
M src/hydrogen.cc View 59 chunks +885 lines, -418 lines 0 comments Download
M src/hydrogen-dehoist.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen-instructions.h View 18 chunks +183 lines, -53 lines 0 comments Download
M src/hydrogen-instructions.cc View 5 chunks +34 lines, -4 lines 0 comments Download
M src/hydrogen-representation-changes.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/i18n.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/assembler-ia32.h View 4 chunks +24 lines, -8 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 8 chunks +53 lines, -35 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 3 chunks +13 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 5 chunks +51 lines, -4 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 chunk +31 lines, -20 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 9 chunks +25 lines, -90 lines 0 comments Download
M src/ia32/ic-ia32.cc View 9 chunks +13 lines, -17 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 17 chunks +112 lines, -158 lines 0 comments Download
M src/ia32/lithium-ia32.h View 4 chunks +12 lines, -31 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 5 chunks +34 lines, -24 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 3 chunks +15 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 6 chunks +76 lines, -6 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 30 chunks +187 lines, -112 lines 0 comments Download
M src/ic.h View 18 chunks +71 lines, -49 lines 0 comments Download
M src/ic.cc View 29 chunks +219 lines, -184 lines 0 comments Download
M src/ic-inl.h View 2 chunks +39 lines, -7 lines 0 comments Download
M src/isolate.h View 14 chunks +42 lines, -47 lines 0 comments Download
M src/isolate.cc View 14 chunks +39 lines, -269 lines 0 comments Download
M src/list.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/lithium.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/lithium.cc View 2 chunks +4 lines, -32 lines 0 comments Download
M src/mark-compact.cc View 6 chunks +19 lines, -5 lines 0 comments Download
M src/math.js View 6 chunks +79 lines, -87 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 10 chunks +30 lines, -13 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 10 chunks +77 lines, -17 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/deoptimizer-mips.cc View 2 chunks +6 lines, -1 line 0 comments Download
M src/mips/frames-mips.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 10 chunks +26 lines, -77 lines 0 comments Download
M src/mips/ic-mips.cc View 8 chunks +14 lines, -16 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 22 chunks +128 lines, -151 lines 0 comments Download
M src/mips/lithium-mips.h View 3 chunks +10 lines, -31 lines 0 comments Download
M src/mips/lithium-mips.cc View 7 chunks +17 lines, -33 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 5 chunks +39 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 10 chunks +98 lines, -119 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 23 chunks +75 lines, -63 lines 0 comments Download
M src/mksnapshot.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 43 chunks +174 lines, -82 lines 0 comments Download
M src/objects.cc View 59 chunks +576 lines, -417 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/objects-inl.h View 10 chunks +57 lines, -48 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +12 lines, -11 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 2 chunks +26 lines, -4 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 chunk +6 lines, -1 line 0 comments Download
M src/property-details.h View 2 chunks +17 lines, -3 lines 0 comments Download
M src/runtime.h View 6 chunks +6 lines, -4 lines 0 comments Download
M src/runtime.cc View 19 chunks +87 lines, -73 lines 0 comments Download
M src/runtime.js View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime-profiler.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/scopes.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/serialize.cc View 5 chunks +11 lines, -21 lines 0 comments Download
M src/spaces.h View 3 chunks +12 lines, -9 lines 0 comments Download
M src/spaces.cc View 7 chunks +41 lines, -30 lines 0 comments Download
M src/string-stream.cc View 2 chunks +1 line, -4 lines 0 comments Download
M src/stub-cache.h View 13 chunks +46 lines, -55 lines 0 comments Download
M src/stub-cache.cc View 31 chunks +151 lines, -131 lines 0 comments Download
M src/sweeper-thread.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/sweeper-thread.cc View 1 chunk +10 lines, -0 lines 0 comments Download
A + src/trig-table.h View 1 chunk +20 lines, -18 lines 0 comments Download
M src/type-info.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/type-info.cc View 4 chunks +12 lines, -7 lines 0 comments Download
M src/typedarray.js View 3 chunks +25 lines, -195 lines 0 comments Download
M src/types.h View 8 chunks +41 lines, -55 lines 0 comments Download
M src/types.cc View 9 chunks +163 lines, -127 lines 0 comments Download
M src/typing.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/v8.h View 4 chunks +7 lines, -2 lines 0 comments Download
M src/v8.cc View 6 chunks +32 lines, -51 lines 0 comments Download
M src/v8conversions.h View 1 chunk +27 lines, -5 lines 0 comments Download
M src/v8threads.h View 1 chunk +0 lines, -28 lines 0 comments Download
M src/v8threads.cc View 2 chunks +0 lines, -70 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +13 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 5 chunks +111 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 3 chunks +13 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 6 chunks +53 lines, -12 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 chunk +24 lines, -13 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 8 chunks +22 lines, -77 lines 0 comments Download
M src/x64/ic-x64.cc View 9 chunks +13 lines, -17 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 2 chunks +5 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 15 chunks +103 lines, -150 lines 0 comments Download
M src/x64/lithium-x64.h View 3 chunks +10 lines, -31 lines 0 comments Download
M src/x64/lithium-x64.cc View 5 chunks +20 lines, -23 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 3 chunks +15 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 8 chunks +74 lines, -12 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 30 chunks +203 lines, -115 lines 0 comments Download
M test/benchmarks/testcfg.py View 5 chunks +14 lines, -4 lines 0 comments Download
M test/cctest/cctest.h View 6 chunks +10 lines, -8 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +3 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 11 chunks +37 lines, -22 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 100 chunks +303 lines, -327 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 1 chunk +34 lines, -0 lines 0 comments Download
M test/cctest/test-compiler.cc View 3 chunks +9 lines, -5 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 38 chunks +251 lines, -160 lines 0 comments Download
M test/cctest/test-debug.cc View 116 chunks +572 lines, -397 lines 0 comments Download
M test/cctest/test-declarative-accessors.cc View 1 chunk +1 line, -2 lines 0 comments Download
M test/cctest/test-decls.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 14 chunks +20 lines, -15 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 3 chunks +28 lines, -3 lines 0 comments Download
M test/cctest/test-disasm-x64.cc View 2 chunks +16 lines, -5 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 25 chunks +26 lines, -2 lines 0 comments Download
M test/cctest/test-heap.cc View 12 chunks +118 lines, -17 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 8 chunks +195 lines, -6 lines 0 comments Download
M test/cctest/test-lockers.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-log.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 chunk +7 lines, -4 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-object-observe.cc View 20 chunks +77 lines, -46 lines 0 comments Download
M test/cctest/test-parsing.cc View 2 chunks +6 lines, -7 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 6 chunks +30 lines, -24 lines 0 comments Download
M test/cctest/test-serialize.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-strings.cc View 5 chunks +10 lines, -9 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 14 chunks +102 lines, -82 lines 0 comments Download
M test/cctest/test-threads.cc View 2 chunks +2 lines, -23 lines 0 comments Download
M test/cctest/test-weakmaps.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-weaksets.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-weaktypedarrays.cc View 12 chunks +14 lines, -12 lines 0 comments Download
M test/mjsunit/allocation-folding.js View 1 chunk +14 lines, -0 lines 0 comments Download
M test/mjsunit/array-constructor-feedback.js View 4 chunks +40 lines, -5 lines 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 2 chunks +2 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part2.js View 2 chunks +2 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part3.js View 2 chunks +2 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives-part4.js View 2 chunks +2 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/dataview-accessors.js View 11 chunks +12 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/object-observe.js View 1 chunk +63 lines, -0 lines 0 comments Download
A + test/mjsunit/keyed-array-call.js View 1 chunk +23 lines, -27 lines 0 comments Download
A + test/mjsunit/load-callback-from-value-classic.js View 1 chunk +8 lines, -11 lines 0 comments Download
M test/mjsunit/mjsunit.js View 2 chunks +10 lines, -0 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +1 line, -1 line 0 comments Download
D test/mjsunit/regexp-multiline-stack-trace.js View 1 chunk +0 lines, -116 lines 0 comments Download
A + test/mjsunit/regress/clear-keyed-call.js View 1 chunk +10 lines, -9 lines 0 comments Download
A + test/mjsunit/regress/regress-3010.js View 1 chunk +33 lines, -19 lines 0 comments Download
A + test/mjsunit/regress/regress-319120.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-319722-ArrayBuffer.js View 1 chunk +23 lines, -14 lines 0 comments Download
A + test/mjsunit/regress/regress-319722-TypedArrays.js View 2 chunks +16 lines, -17 lines 0 comments Download
A + test/mjsunit/regress/regress-320532.js View 1 chunk +12 lines, -14 lines 0 comments Download
A + test/mjsunit/regress/regress-320948.js View 1 chunk +47 lines, -36 lines 0 comments Download
A + test/mjsunit/regress/regress-clobbered-fp-regs.js View 1 chunk +25 lines, -9 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-318671.js View 1 chunk +7 lines, -14 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-319835.js View 1 chunk +18 lines, -15 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-319860.js View 1 chunk +14 lines, -7 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-320922.js View 1 chunk +16 lines, -17 lines 0 comments Download
M test/mjsunit/sin-cos.js View 5 chunks +43 lines, -4 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +0 lines, -4 lines 0 comments Download
A + tools/generate-trig-table.py View 2 chunks +54 lines, -16 lines 0 comments Download
M tools/gyp/v8.gyp View 9 chunks +40 lines, -5 lines 0 comments Download
M tools/lexer-shell.cc View 8 chunks +28 lines, -12 lines 0 comments Download
M tools/presubmit.py View 2 chunks +4 lines, -7 lines 0 comments Download
A tools/push-to-trunk/auto_roll.py View 1 chunk +110 lines, -0 lines 0 comments Download
M tools/push-to-trunk/common_includes.py View 11 chunks +184 lines, -27 lines 0 comments Download
M tools/push-to-trunk/push_to_trunk.py View 26 chunks +87 lines, -115 lines 0 comments Download
M tools/push-to-trunk/test_scripts.py View 19 chunks +327 lines, -83 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
marja
Committed patchset #1 manually as r18300.
7 years ago (2013-12-11 14:07:42 UTC) #1
Paweł Hajdan Jr.
Drive-by with questions. https://codereview.chromium.org/110573004/diff/1/include/v8-defaults.h File include/v8-defaults.h (left): https://codereview.chromium.org/110573004/diff/1/include/v8-defaults.h#oldcode42 include/v8-defaults.h:42: bool V8_EXPORT ConfigureResourceConstraintsForCurrentPlatform( Shouldn't these become ...
7 years ago (2013-12-20 12:16:42 UTC) #2
Sven Panne
On 2013/12/20 12:16:42, Paweł Hajdan Jr. wrote: > Drive-by with questions. > > https://codereview.chromium.org/110573004/diff/1/include/v8-defaults.h > ...
7 years ago (2013-12-20 12:24:06 UTC) #3
marja
6 years, 11 months ago (2014-01-07 12:00:31 UTC) #4
Message was sent while issue was closed.
Pawel: The right people to answer that might not see your comments; this is just
for merging V8 bleeding_edge into our experimental branch... You can find the
corresponding *real* commit in V8 bleeding_edge and comment there.

Powered by Google App Engine
This is Rietveld 408576698