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

Issue 7348008: Merge up to 8597 to experimental/gc from the bleeding edge. (Closed)

Created:
9 years, 5 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 5 months ago
Reviewers:
Lasse Reichstein
CC:
v8-dev
Visibility:
Public.

Description

Merge up to 8597 to experimental/gc from the bleeding edge. Committed: http://code.google.com/p/v8/source/detail?r=8620

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23836 lines, -21556 lines) Patch
M AUTHORS View 1 2 chunks +2 lines, -0 lines 0 comments Download
M ChangeLog View 1 2 chunks +206 lines, -0 lines 0 comments Download
M MERGE View 1 1 chunk +1 line, -1 line 0 comments Download
M SConstruct View 1 15 chunks +34 lines, -20 lines 0 comments Download
M build/README.txt View 1 2 chunks +31 lines, -14 lines 0 comments Download
M build/armu.gypi View 1 2 chunks +5 lines, -1 line 0 comments Download
M build/common.gypi View 1 1 chunk +40 lines, -1 line 0 comments Download
M build/gyp_v8 View 1 4 chunks +30 lines, -2 lines 0 comments Download
A + build/v8-features.gypi View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M include/v8.h View 1 18 chunks +49 lines, -61 lines 0 comments Download
M include/v8-profiler.h View 1 3 chunks +8 lines, -11 lines 0 comments Download
M preparser/SConscript View 1 1 chunk +2 lines, -2 lines 0 comments Download
M preparser/preparser-process.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M samples/SConscript View 1 1 chunk +2 lines, -2 lines 0 comments Download
M samples/process.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M samples/shell.cc View 1 11 chunks +74 lines, -41 lines 0 comments Download
M src/SConscript View 1 5 chunks +23 lines, -5 lines 0 comments Download
M src/accessors.cc View 1 2 chunks +10 lines, -13 lines 0 comments Download
M src/api.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/api.cc View 1 33 chunks +373 lines, -111 lines 0 comments Download
M src/apinatives.js View 1 1 chunk +9 lines, -1 line 0 comments Download
M src/arguments.h View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 1 13 chunks +77 lines, -41 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 11 chunks +107 lines, -106 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 13 chunks +24 lines, -31 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 9 chunks +6 lines, -47 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 44 chunks +375 lines, -194 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 5 chunks +40 lines, -23 lines 0 comments Download
M src/arm/frames-arm.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 72 chunks +209 lines, -286 lines 0 comments Download
M src/arm/ic-arm.cc View 1 13 chunks +191 lines, -121 lines 0 comments Download
M src/arm/lithium-arm.h View 1 35 chunks +67 lines, -249 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 34 chunks +180 lines, -224 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 68 chunks +392 lines, -517 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 9 chunks +42 lines, -24 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 24 chunks +214 lines, -137 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 60 chunks +194 lines, -191 lines 0 comments Download
M src/array.js View 1 8 chunks +13 lines, -10 lines 0 comments Download
M src/assembler.h View 1 1 chunk +6 lines, -5 lines 0 comments Download
M src/ast.h View 1 36 chunks +58 lines, -87 lines 0 comments Download
M src/ast.cc View 1 9 chunks +84 lines, -26 lines 0 comments Download
M src/bignum.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M src/bootstrapper.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 1 6 chunks +28 lines, -6 lines 0 comments Download
M src/builtins.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/builtins.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/cached-powers.cc View 1 3 chunks +8 lines, -4 lines 0 comments Download
M src/code-stubs.h View 1 18 chunks +37 lines, -107 lines 0 comments Download
M src/code-stubs.cc View 1 2 chunks +53 lines, -15 lines 0 comments Download
M src/codegen.cc View 1 1 chunk +7 lines, -2 lines 0 comments Download
M src/compilation-cache.h View 1 2 chunks +0 lines, -10 lines 0 comments Download
M src/compilation-cache.cc View 1 3 chunks +2 lines, -47 lines 0 comments Download
M src/compiler.h View 1 4 chunks +12 lines, -20 lines 0 comments Download
M src/compiler.cc View 1 12 chunks +20 lines, -14 lines 0 comments Download
M src/contexts.h View 1 10 chunks +35 lines, -32 lines 0 comments Download
M src/contexts.cc View 1 8 chunks +83 lines, -70 lines 0 comments Download
M src/conversions.h View 1 3 chunks +23 lines, -12 lines 0 comments Download
M src/conversions.cc View 1 9 chunks +9 lines, -687 lines 0 comments Download
M src/conversions-inl.h View 1 4 chunks +575 lines, -14 lines 0 comments Download
M src/cpu-profiler.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
M src/cpu-profiler.cc View 1 3 chunks +4 lines, -9 lines 0 comments Download
M src/cpu-profiler-inl.h View 1 2 chunks +2 lines, -15 lines 0 comments Download
M src/d8.h View 1 8 chunks +106 lines, -7 lines 0 comments Download
M src/d8.cc View 1 15 chunks +556 lines, -189 lines 0 comments Download
M src/d8.js View 1 2 chunks +9 lines, -1 line 0 comments Download
M src/d8-debug.h View 1 4 chunks +6 lines, -7 lines 0 comments Download
M src/d8-debug.cc View 1 4 chunks +5 lines, -3 lines 0 comments Download
M src/d8-posix.cc View 1 2 chunks +1 line, -10 lines 0 comments Download
MM src/date.js View 1 2 chunks +16 lines, -5 lines 0 comments Download
M src/dateparser.h View 1 6 chunks +170 lines, -28 lines 0 comments Download
M src/dateparser.cc View 1 5 chunks +38 lines, -4 lines 0 comments Download
M src/dateparser-inl.h View 1 3 chunks +242 lines, -39 lines 0 comments Download
M src/debug.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/debug.cc View 1 45 chunks +21 lines, -48 lines 0 comments Download
M src/debug-agent.h View 1 3 chunks +11 lines, -7 lines 0 comments Download
M src/debug-agent.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
MM src/debug-debugger.js View 1 12 chunks +61 lines, -30 lines 0 comments Download
M src/deoptimizer.h View 1 14 chunks +127 lines, -5 lines 0 comments Download
M src/deoptimizer.cc View 1 13 chunks +224 lines, -9 lines 0 comments Download
M src/diy-fp.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/diy-fp.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/execution.cc View 1 3 chunks +4 lines, -20 lines 0 comments Download
M src/extensions/experimental/break-iterator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/experimental/break-iterator.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/extensions/experimental/collator.h View 1 2 chunks +1 line, -2 lines 0 comments Download
M src/extensions/experimental/collator.cc View 1 3 chunks +6 lines, -2 lines 0 comments Download
A + src/extensions/experimental/datetime-format.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/extensions/experimental/datetime-format.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/extensions/experimental/experimental.gyp View 1 2 chunks +18 lines, -7 lines 0 comments Download
M src/extensions/experimental/i18n-extension.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/experimental/i18n-extension.cc View 1 2 chunks +12 lines, -16 lines 0 comments Download
A + src/extensions/experimental/i18n-js2c.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/extensions/experimental/i18n-locale.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/experimental/i18n-locale.cc View 1 1 chunk +3 lines, -4 lines 0 comments Download
A + src/extensions/experimental/i18n-natives.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/extensions/experimental/i18n-utils.h View 1 2 chunks +21 lines, -1 line 0 comments Download
M src/extensions/experimental/i18n-utils.cc View 1 2 chunks +45 lines, -1 line 0 comments Download
M src/extensions/experimental/language-matcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/experimental/language-matcher.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
A + src/extensions/experimental/number-format.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/extensions/experimental/number-format.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/factory.h View 1 6 chunks +24 lines, -8 lines 0 comments Download
M src/factory.cc View 1 6 chunks +52 lines, -18 lines 0 comments Download
M src/flag-definitions.h View 1 10 chunks +5 lines, -26 lines 0 comments Download
M src/frames.h View 1 5 chunks +8 lines, -0 lines 0 comments Download
M src/frames.cc View 1 3 chunks +37 lines, -0 lines 0 comments Download
M src/full-codegen.h View 1 15 chunks +57 lines, -60 lines 0 comments Download
M src/full-codegen.cc View 1 18 chunks +211 lines, -260 lines 0 comments Download
M src/func-name-inferrer.h View 1 4 chunks +19 lines, -9 lines 0 comments Download
M src/func-name-inferrer.cc View 1 1 chunk +29 lines, -15 lines 0 comments Download
M src/gdb-jit.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M src/gdb-jit.cc View 1 29 chunks +658 lines, -55 lines 0 comments Download
M src/global-handles.h View 1 5 chunks +28 lines, -35 lines 0 comments Download
M src/global-handles.cc View 1 15 chunks +366 lines, -310 lines 0 comments Download
M src/handles.h View 1 4 chunks +10 lines, -13 lines 0 comments Download
M src/handles.cc View 1 8 chunks +18 lines, -25 lines 0 comments Download
M src/heap.h View 1 18 chunks +57 lines, -16 lines 0 comments Download
M src/heap.cc View 1 30 chunks +166 lines, -47 lines 0 comments Download
M src/heap-inl.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/heap-profiler.h View 1 3 chunks +0 lines, -295 lines 0 comments Download
M src/heap-profiler.cc View 1 3 chunks +0 lines, -988 lines 0 comments Download
M src/hydrogen.h View 1 26 chunks +86 lines, -59 lines 0 comments Download
M src/hydrogen.cc View 1 150 chunks +1042 lines, -580 lines 0 comments Download
M src/hydrogen-instructions.h View 1 87 chunks +603 lines, -417 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 13 chunks +102 lines, -50 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 12 chunks +27 lines, -32 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 6 chunks +6 lines, -39 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 73 chunks +361 lines, -206 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 4 chunks +28 lines, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 85 chunks +225 lines, -306 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 21 chunks +194 lines, -145 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 6 chunks +16 lines, -19 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 99 chunks +342 lines, -534 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 1 1 chunk +7 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 46 chunks +184 lines, -320 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 37 chunks +214 lines, -245 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 6 chunks +41 lines, -13 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 15 chunks +139 lines, -41 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 67 chunks +180 lines, -181 lines 0 comments Download
M src/ic.h View 1 12 chunks +21 lines, -29 lines 0 comments Download
M src/ic.cc View 1 23 chunks +170 lines, -225 lines 0 comments Download
M src/incremental-marking.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/isolate.h View 1 11 chunks +7 lines, -24 lines 0 comments Download
M src/isolate.cc View 1 13 chunks +25 lines, -28 lines 0 comments Download
MM src/json.js View 1 6 chunks +27 lines, -22 lines 0 comments Download
M src/json-parser.h View 1 4 chunks +485 lines, -48 lines 0 comments Download
D src/json-parser.cc View 1 1 chunk +0 lines, -504 lines 0 comments Download
M src/jsregexp.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/jsregexp.cc View 1 13 chunks +134 lines, -147 lines 0 comments Download
M src/lithium.h View 1 3 chunks +31 lines, -34 lines 0 comments Download
M src/lithium.cc View 1 1 chunk +16 lines, -11 lines 0 comments Download
M src/lithium-allocator.h View 1 3 chunks +8 lines, -8 lines 0 comments Download
M src/lithium-allocator.cc View 1 10 chunks +22 lines, -17 lines 0 comments Download
M src/lithium-allocator-inl.h View 1 4 chunks +29 lines, -27 lines 0 comments Download
M src/liveedit.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M src/liveedit.cc View 1 10 chunks +111 lines, -15 lines 0 comments Download
M src/liveobjectlist.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M src/log.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M src/log.cc View 1 15 chunks +28 lines, -126 lines 0 comments Download
M src/macros.py View 1 2 chunks +8 lines, -6 lines 0 comments Download
M src/mark-compact.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 16 chunks +178 lines, -48 lines 0 comments Download
M src/messages.js View 1 7 chunks +39 lines, -11 lines 0 comments Download
M src/mips/assembler-mips.h View 1 18 chunks +90 lines, -33 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 18 chunks +292 lines, -183 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 2 chunks +9 lines, -3 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 12 chunks +23 lines, -24 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 8 chunks +6 lines, -53 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 37 chunks +360 lines, -134 lines 0 comments Download
M src/mips/constants-mips.h View 1 8 chunks +37 lines, -11 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 68 chunks +201 lines, -271 lines 0 comments Download
M src/mips/ic-mips.cc View 1 8 chunks +181 lines, -121 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 11 chunks +90 lines, -85 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 43 chunks +534 lines, -291 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/simulator-mips.h View 1 3 chunks +25 lines, -1 line 0 comments Download
M src/mips/simulator-mips.cc View 1 11 chunks +246 lines, -37 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 39 chunks +169 lines, -155 lines 0 comments Download
MM src/mirror-debugger.js View 1 4 chunks +32 lines, -3 lines 0 comments Download
A + src/misc-intrinsics.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/mksnapshot.cc View 1 4 chunks +36 lines, -0 lines 0 comments Download
M src/natives.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
MM src/objects.h View 1 74 chunks +529 lines, -188 lines 0 comments Download
M src/objects.cc View 1 102 chunks +1578 lines, -498 lines 0 comments Download
M src/objects-debug.cc View 1 5 chunks +36 lines, -6 lines 0 comments Download
M src/objects-inl.h View 1 32 chunks +251 lines, -113 lines 0 comments Download
M src/objects-printer.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M src/objects-visiting.h View 1 3 chunks +11 lines, -0 lines 0 comments Download
M src/objects-visiting.cc View 1 4 chunks +7 lines, -2 lines 0 comments Download
M src/objects-visiting-inl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/parser.h View 1 7 chunks +15 lines, -22 lines 0 comments Download
M src/parser.cc View 1 70 chunks +273 lines, -176 lines 0 comments Download
M src/platform.h View 1 4 chunks +7 lines, -5 lines 0 comments Download
M src/platform-cygwin.cc View 1 4 chunks +4 lines, -8 lines 0 comments Download
M src/platform-freebsd.cc View 1 4 chunks +4 lines, -8 lines 0 comments Download
M src/platform-linux.cc View 1 6 chunks +28 lines, -24 lines 0 comments Download
M src/platform-macos.cc View 1 4 chunks +4 lines, -8 lines 0 comments Download
M src/platform-nullos.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M src/platform-openbsd.cc View 1 15 chunks +246 lines, -63 lines 0 comments Download
M src/platform-posix.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 1 9 chunks +151 lines, -91 lines 0 comments Download
M src/platform-win32.cc View 1 8 chunks +42 lines, -24 lines 0 comments Download
M src/preparse-data.h View 1 2 chunks +8 lines, -2 lines 0 comments Download
M src/preparse-data-format.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/preparser.h View 1 3 chunks +11 lines, -2 lines 0 comments Download
M src/preparser.cc View 1 22 chunks +65 lines, -50 lines 0 comments Download
M src/preparser-api.cc View 1 2 chunks +1 line, -18 lines 0 comments Download
M src/prettyprinter.cc View 1 11 chunks +24 lines, -43 lines 0 comments Download
M src/profile-generator.h View 1 4 chunks +7 lines, -2 lines 0 comments Download
M src/profile-generator.cc View 1 18 chunks +205 lines, -22 lines 0 comments Download
M src/proxy.js View 1 2 chunks +58 lines, -4 lines 0 comments Download
MM src/regexp.js View 1 3 chunks +6 lines, -6 lines 0 comments Download
M src/rewriter.cc View 1 2 chunks +9 lines, -128 lines 0 comments Download
M src/runtime.h View 1 13 chunks +33 lines, -21 lines 0 comments Download
MM src/runtime.cc View 1 154 chunks +896 lines, -502 lines 0 comments Download
M src/runtime-profiler.h View 1 7 chunks +5 lines, -25 lines 0 comments Download
M src/runtime-profiler.cc View 1 11 chunks +27 lines, -139 lines 0 comments Download
M src/scanner.h View 1 1 chunk +0 lines, -15 lines 0 comments Download
M src/scanner.cc View 1 1 chunk +0 lines, -18 lines 0 comments Download
M src/scanner-base.h View 1 3 chunks +32 lines, -10 lines 0 comments Download
M src/scanner-base.cc View 1 9 chunks +37 lines, -23 lines 0 comments Download
M src/scopeinfo.h View 1 1 chunk +0 lines, -5 lines 0 comments Download
M src/scopes.h View 1 14 chunks +35 lines, -102 lines 0 comments Download
M src/scopes.cc View 1 18 chunks +163 lines, -216 lines 0 comments Download
M src/serialize.cc View 1 2 chunks +11 lines, -10 lines 0 comments Download
M src/spaces.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/string.js View 1 4 chunks +9 lines, -4 lines 0 comments Download
M src/strtod.cc View 1 2 chunks +7 lines, -3 lines 0 comments Download
M src/stub-cache.h View 1 8 chunks +33 lines, -52 lines 0 comments Download
M src/stub-cache.cc View 1 10 chunks +57 lines, -128 lines 0 comments Download
M src/token.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/type-info.h View 1 4 chunks +16 lines, -10 lines 0 comments Download
M src/type-info.cc View 1 9 chunks +148 lines, -108 lines 0 comments Download
M src/utils.h View 1 2 chunks +93 lines, -3 lines 0 comments Download
M src/utils.cc View 1 4 chunks +25 lines, -304 lines 0 comments Download
M src/v8.h View 1 2 chunks +4 lines, -7 lines 0 comments Download
M src/v8.cc View 1 2 chunks +17 lines, -27 lines 0 comments Download
M src/v8-counters.h View 1 2 chunks +3 lines, -6 lines 0 comments Download
A + src/v8conversions.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/v8conversions.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/v8natives.js View 1 27 chunks +192 lines, -36 lines 0 comments Download
M src/v8threads.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/v8threads.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download
M src/v8utils.h View 1 3 chunks +14 lines, -66 lines 0 comments Download
A + src/v8utils.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M src/variables.h View 1 3 chunks +4 lines, -5 lines 0 comments Download
M src/variables.cc View 1 1 chunk +5 lines, -11 lines 0 comments Download
M src/version.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 3 chunks +5 lines, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 9 chunks +22 lines, -19 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 6 chunks +6 lines, -41 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 20 chunks +328 lines, -118 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 5 chunks +29 lines, -3 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 73 chunks +202 lines, -282 lines 0 comments Download
M src/x64/ic-x64.cc View 1 8 chunks +189 lines, -116 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 3 chunks +10 lines, -6 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 44 chunks +212 lines, -411 lines 0 comments Download
M src/x64/lithium-x64.h View 1 37 chunks +66 lines, -250 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 24 chunks +149 lines, -204 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 3 chunks +23 lines, -7 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 8 chunks +128 lines, -18 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 24 chunks +131 lines, -100 lines 0 comments Download
M test/cctest/SConscript View 1 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/cctest.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/cctest.gyp View 1 2 chunks +2 lines, -31 lines 0 comments Download
M test/cctest/cctest.status View 1 3 chunks +1 line, -11 lines 0 comments Download
M test/cctest/test-api.cc View 1 22 chunks +244 lines, -68 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 2 chunks +11 lines, -60 lines 0 comments Download
M test/cctest/test-circular-queue.cc View 1 2 chunks +5 lines, -7 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 1 chunk +9 lines, -4 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-debug.cc View 1 23 chunks +88 lines, -54 lines 0 comments Download
M test/cctest/test-func-name-inference.cc View 1 1 chunk +12 lines, -3 lines 0 comments Download
M test/cctest/test-heap.cc View 1 4 chunks +8 lines, -6 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 5 chunks +70 lines, -498 lines 0 comments Download
M test/cctest/test-liveedit.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-lockers.cc View 1 6 chunks +34 lines, -2 lines 0 comments Download
M test/cctest/test-log.cc View 1 3 chunks +4 lines, -108 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 8 chunks +25 lines, -7 lines 0 comments Download
M test/cctest/test-platform-tls.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-regexp.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M test/cctest/test-sockets.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 1 3 chunks +9 lines, -6 lines 0 comments Download
M test/cctest/test-threads.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
A + test/mjsunit/argument-assigned.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/argument-named-arguments.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/arguments.js View 1 3 chunks +96 lines, -3 lines 0 comments Download
A + test/mjsunit/arguments-escape.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/array-reduce.js View 1 2 chunks +18 lines, -9 lines 0 comments Download
M test/mjsunit/array-sort.js View 1 2 chunks +46 lines, -17 lines 0 comments Download
M test/mjsunit/assert-opt-and-deopt.js View 1 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/boolean.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/break.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D test/mjsunit/bugs/bug-900066.js View 1 1 chunk +0 lines, -38 lines 0 comments Download
A + test/mjsunit/compiler/inline-arguments.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/compiler/regress-const.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/compiler/regress-max-locals-for-osr.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/date.js View 1 1 chunk +120 lines, -0 lines 0 comments Download
M test/mjsunit/date-parse.js View 1 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals.js View 1 3 chunks +61 lines, -55 lines 0 comments Download
A + test/mjsunit/debug-evaluate-locals-optimized.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/debug-evaluate-locals-optimized-double.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/div-mod.js View 1 2 chunks +112 lines, -0 lines 0 comments Download
A + test/mjsunit/element-kind.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/error-constructors.js View 1 1 chunk +21 lines, -0 lines 0 comments Download
M test/mjsunit/external-array.js View 1 5 chunks +31 lines, -3 lines 0 comments Download
M test/mjsunit/function-bind.js View 1 3 chunks +2 lines, -3 lines 0 comments Download
M test/mjsunit/function-call.js View 1 4 chunks +49 lines, -16 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 3 chunks +7 lines, -4 lines 0 comments Download
A + test/mjsunit/harmony/proxies.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/hex-parsing.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/json.js View 1 6 chunks +9 lines, -8 lines 0 comments Download
A + test/mjsunit/keywords-and-reserved_words.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/logical.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/math-abs.js View 1 2 chunks +14 lines, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 3 chunks +9 lines, -1 line 0 comments Download
A + test/mjsunit/multiline.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/not.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/number-string-index-call.js View 1 1 chunk +2 lines, -3 lines 0 comments Download
A + test/mjsunit/numops-fuzz.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/object-define-property.js View 1 6 chunks +30 lines, -7 lines 0 comments Download
M test/mjsunit/object-freeze.js View 1 1 chunk +6 lines, -2 lines 0 comments Download
M test/mjsunit/object-literal.js View 1 4 chunks +8 lines, -6 lines 0 comments Download
M test/mjsunit/object-seal.js View 1 1 chunk +6 lines, -2 lines 0 comments Download
D test/mjsunit/override-eval-with-non-function.js View 1 1 chunk +0 lines, -36 lines 0 comments Download
A + test/mjsunit/polymorph-arrays.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
MM test/mjsunit/property-load-across-eval.js View 1 2 chunks +12 lines, -8 lines 0 comments Download
M test/mjsunit/regexp-call-as-function.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1118.js View 1 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-1119.js View 1 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1122.js View 1 3 chunks +23 lines, -10 lines 0 comments Download
M test/mjsunit/regress/regress-1130.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1132.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-1160.js View 1 1 chunk +7 lines, -12 lines 0 comments Download
M test/mjsunit/regress/regress-1170.js View 1 1 chunk +15 lines, -9 lines 0 comments Download
M test/mjsunit/regress/regress-1172-bis.js View 1 1 chunk +3 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-124.js View 1 1 chunk +7 lines, -7 lines 0 comments Download
A + test/mjsunit/regress/regress-1246.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-1327557.js View 1 1 chunk +3 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-1360.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1365.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1412.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1423.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1434.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1436.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1447.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1472.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1476.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1491.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1513.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1521.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1523.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1528.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1529.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1531.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-244.js View 1 1 chunk +3 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-485.js View 1 1 chunk +0 lines, -5 lines 0 comments Download
M test/mjsunit/regress/regress-603.js View 1 1 chunk +25 lines, -10 lines 0 comments Download
M test/mjsunit/regress/regress-70066.js View 1 3 chunks +6 lines, -10 lines 0 comments Download
M test/mjsunit/regress/regress-752.js View 1 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-794.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-84234.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-85177.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-88858.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-892742.js View 1 1 chunk +8 lines, -10 lines 0 comments Download
A + test/mjsunit/regress/regress-arguments-gc.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-84186.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-87478.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-regexp-codeflush.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/strict-mode.js View 1 6 chunks +16 lines, -18 lines 0 comments Download
M test/mjsunit/strict-mode-eval.js View 1 1 chunk +12 lines, -4 lines 0 comments Download
M test/mjsunit/strict-mode-implicit-receiver.js View 1 1 chunk +16 lines, -0 lines 0 comments Download
M test/mjsunit/testcfg.py View 1 1 chunk +3 lines, -1 line 0 comments Download
M test/mjsunit/typeof.js View 1 1 chunk +5 lines, -6 lines 0 comments Download
A + test/mjsunit/unbox-double-arrays.js View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mozilla/mozilla.status View 1 7 chunks +18 lines, -29 lines 0 comments Download
M test/preparser/strict-identifiers.pyt View 1 3 chunks +26 lines, -2 lines 0 comments Download
M test/sputnik/README View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/sputnik/sputnik.status View 1 6 chunks +30 lines, -37 lines 0 comments Download
M test/test262/README View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/test262/harness-adapt.js View 1 1 chunk +1 line, -1 line 0 comments Download
M test/test262/test262.status View 1 21 chunks +132 lines, -154 lines 0 comments Download
A + tools/gdb-v8-support.py View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/grokdump.py View 1 1 chunk +58 lines, -56 lines 0 comments Download
M tools/gyp/v8.gyp View 1 11 chunks +23 lines, -2 lines 0 comments Download
M tools/js2c.py View 1 8 chunks +83 lines, -52 lines 0 comments Download
M tools/linux-tick-processor View 1 1 chunk +4 lines, -6 lines 0 comments Download
M tools/ll_prof.py View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/stats-viewer.py View 1 3 chunks +15 lines, -11 lines 0 comments Download
M tools/test.py View 1 2 chunks +7 lines, -1 line 0 comments Download
M tools/tickprocessor.js View 1 2 chunks +0 lines, -16 lines 0 comments Download
A + tools/v8.xcodeproj/README.txt View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D tools/v8.xcodeproj/project.pbxproj View 1 1 chunk +0 lines, -2764 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 5 months ago (2011-07-12 19:30:11 UTC) #1
Lasse Reichstein
9 years, 5 months ago (2011-07-12 19:39:58 UTC) #2
LGTM if it compiles and runs.

Powered by Google App Engine
This is Rietveld 408576698