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

Issue 6529032: Merge 6168:6800 from bleeding_edge to experimental/gc branch. (Closed)

Created:
9 years, 10 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Merge 6168:6800 from bleeding_edge to experimental/gc branch. Committed: http://code.google.com/p/v8/source/detail?r=6828

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29448 lines, -13041 lines) Patch
M .gitignore View 1 chunk +5 lines, -0 lines 0 comments Download
M AUTHORS View 2 chunks +4 lines, -0 lines 0 comments Download
M ChangeLog View 2 chunks +162 lines, -7 lines 0 comments Download
M LICENSE View 1 chunk +1 line, -1 line 0 comments Download
A + LICENSE.strongtalk View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LICENSE.v8 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LICENSE.valgrind View 0 chunks +-1 lines, --1 lines 0 comments Download
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M SConstruct View 10 chunks +38 lines, -11 lines 0 comments Download
M include/v8.h View 10 chunks +53 lines, -10 lines 0 comments Download
M src/SConscript View 6 chunks +12 lines, -6 lines 0 comments Download
M src/accessors.cc View 5 chunks +37 lines, -47 lines 0 comments Download
M src/api.cc View 18 chunks +102 lines, -58 lines 0 comments Download
M src/arm/assembler-arm.h View 14 chunks +29 lines, -173 lines 0 comments Download
M src/arm/assembler-arm.cc View 59 chunks +187 lines, -166 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 8 chunks +61 lines, -7 lines 0 comments Download
M src/arm/code-stubs-arm.h View 2 chunks +183 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 56 chunks +1307 lines, -236 lines 0 comments Download
M src/arm/codegen-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 25 chunks +51 lines, -44 lines 0 comments Download
M src/arm/codegen-arm-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/constants-arm.h View 8 chunks +473 lines, -140 lines 0 comments Download
M src/arm/constants-arm.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M src/arm/cpu-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/deoptimizer-arm.cc View 12 chunks +220 lines, -25 lines 0 comments Download
M src/arm/disasm-arm.cc View 52 chunks +233 lines, -229 lines 0 comments Download
M src/arm/frames-arm.h View 3 chunks +8 lines, -13 lines 0 comments Download
M src/arm/frames-arm.cc View 2 chunks +2 lines, -9 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 32 chunks +222 lines, -108 lines 0 comments Download
M src/arm/ic-arm.cc View 19 chunks +127 lines, -731 lines 0 comments Download
M src/arm/jump-target-arm.cc View 4 chunks +14 lines, -4 lines 0 comments Download
M src/arm/lithium-arm.h View 37 chunks +776 lines, -876 lines 0 comments Download
M src/arm/lithium-arm.cc View 57 chunks +413 lines, -527 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 8 chunks +58 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 70 chunks +1787 lines, -205 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 21 chunks +165 lines, -31 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 38 chunks +501 lines, -97 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 3 chunks +8 lines, -7 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 6 chunks +45 lines, -36 lines 0 comments Download
M src/arm/simulator-arm.h View 9 chunks +47 lines, -49 lines 0 comments Download
M src/arm/simulator-arm.cc View 85 chunks +394 lines, -315 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 36 chunks +982 lines, -143 lines 0 comments Download
M src/arm/virtual-frame-arm.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/virtual-frame-arm.cc View 3 chunks +13 lines, -4 lines 0 comments Download
M src/array.js View 3 chunks +42 lines, -28 lines 0 comments Download
M src/assembler.h View 11 chunks +67 lines, -12 lines 0 comments Download
M src/assembler.cc View 8 chunks +32 lines, -8 lines 0 comments Download
M src/ast.h View 14 chunks +17 lines, -13 lines 0 comments Download
M src/ast.cc View 10 chunks +71 lines, -54 lines 0 comments Download
M src/bignum.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M src/bootstrapper.cc View 13 chunks +26 lines, -29 lines 0 comments Download
M src/builtins.h View 3 chunks +116 lines, -67 lines 0 comments Download
M src/builtins.cc View 11 chunks +79 lines, -109 lines 0 comments Download
M src/code-stubs.h View 13 chunks +63 lines, -20 lines 0 comments Download
M src/code-stubs.cc View 4 chunks +35 lines, -5 lines 0 comments Download
M src/codegen.cc View 3 chunks +11 lines, -1 line 0 comments Download
M src/codegen-inl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compilation-cache.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/compilation-cache.cc View 4 chunks +13 lines, -8 lines 0 comments Download
M src/compiler.h View 8 chunks +23 lines, -8 lines 0 comments Download
M src/compiler.cc View 13 chunks +54 lines, -22 lines 0 comments Download
M src/conversions.cc View 20 chunks +32 lines, -46 lines 0 comments Download
M src/d8.js View 30 chunks +554 lines, -57 lines 0 comments Download
MM src/date.js View 3 chunks +3 lines, -8 lines 0 comments Download
M src/debug.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/debug.cc View 3 chunks +8 lines, -4 lines 0 comments Download
M src/debug-agent.cc View 3 chunks +26 lines, -7 lines 0 comments Download
MM src/debug-debugger.js View 12 chunks +157 lines, -10 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +26 lines, -8 lines 0 comments Download
M src/deoptimizer.cc View 8 chunks +49 lines, -11 lines 0 comments Download
M src/disassembler.cc View 3 chunks +9 lines, -6 lines 0 comments Download
M src/execution.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -0 lines 0 comments Download
A + src/extensions/experimental/experimental.gyp View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/extensions/experimental/i18n-extension.cc View 2 chunks +12 lines, -11 lines 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +5 lines, -1 line 0 comments Download
M src/factory.h View 2 chunks +11 lines, -0 lines 0 comments Download
M src/factory.cc View 3 chunks +26 lines, -1 line 0 comments Download
M src/flag-definitions.h View 5 chunks +27 lines, -4 lines 0 comments Download
M src/frames.h View 3 chunks +4 lines, -2 lines 0 comments Download
M src/frames.cc View 9 chunks +32 lines, -25 lines 0 comments Download
M src/full-codegen.h View 2 chunks +6 lines, -1 line 0 comments Download
M src/full-codegen.cc View 3 chunks +13 lines, -2 lines 0 comments Download
A + src/gdb-jit.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gdb-jit.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/handles.h View 2 chunks +15 lines, -3 lines 0 comments Download
M src/handles.cc View 4 chunks +24 lines, -3 lines 0 comments Download
M src/hashmap.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/heap.h View 8 chunks +30 lines, -4 lines 0 comments Download
M src/heap.cc View 12 chunks +60 lines, -2 lines 0 comments Download
M src/heap-inl.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/heap-profiler.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/hydrogen.h View 16 chunks +42 lines, -24 lines 0 comments Download
M src/hydrogen.cc View 95 chunks +584 lines, -331 lines 0 comments Download
M src/hydrogen-instructions.h View 88 chunks +764 lines, -351 lines 0 comments Download
M src/hydrogen-instructions.cc View 16 chunks +152 lines, -110 lines 0 comments Download
M src/ia32/assembler-ia32.h View 6 chunks +34 lines, -23 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 4 chunks +60 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 5 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 3 chunks +42 lines, -11 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 23 chunks +401 lines, -190 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 16 chunks +247 lines, -147 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 8 chunks +105 lines, -58 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 3 chunks +38 lines, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 26 chunks +414 lines, -251 lines 0 comments Download
M src/ia32/ic-ia32.cc View 12 chunks +47 lines, -384 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 11 chunks +49 lines, -19 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 111 chunks +872 lines, -387 lines 0 comments Download
A + src/ia32/lithium-gap-resolver-ia32.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/ia32/lithium-gap-resolver-ia32.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/ia32/lithium-ia32.h View 36 chunks +869 lines, -897 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 61 chunks +465 lines, -538 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 4 chunks +27 lines, -16 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 14 chunks +185 lines, -88 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 26 chunks +555 lines, -122 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 1 chunk +11 lines, -3 lines 0 comments Download
M src/ic.h View 10 chunks +36 lines, -18 lines 0 comments Download
M src/ic.cc View 32 chunks +335 lines, -213 lines 0 comments Download
A + src/inspector.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/inspector.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
MM src/json.js View 6 chunks +60 lines, -24 lines 0 comments Download
M src/jsregexp.h View 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + src/lithium.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/lithium.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/lithium-allocator.h View 14 chunks +50 lines, -430 lines 0 comments Download
M src/lithium-allocator.cc View 34 chunks +136 lines, -199 lines 0 comments Download
A + src/lithium-allocator-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/liveedit.h View 1 chunk +5 lines, -4 lines 0 comments Download
M src/liveedit.cc View 4 chunks +105 lines, -19 lines 0 comments Download
M src/liveedit-debugger.js View 2 chunks +4 lines, -4 lines 0 comments Download
A + src/liveobjectlist.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/liveobjectlist.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/liveobjectlist-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/macros.py View 1 chunk +1 line, -0 lines 0 comments Download
M src/mark-compact.cc View 5 chunks +17 lines, -0 lines 0 comments Download
M src/math.js View 8 chunks +22 lines, -22 lines 0 comments Download
M src/messages.h View 1 chunk +6 lines, -5 lines 0 comments Download
M src/messages.cc View 1 chunk +28 lines, -47 lines 0 comments Download
M src/messages.js View 14 chunks +213 lines, -148 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +14 lines, -0 lines 0 comments Download
MM src/mirror-debugger.js View 21 chunks +22 lines, -22 lines 0 comments Download
M src/objects.h View 33 chunks +253 lines, -89 lines 0 comments Download
M src/objects.cc View 30 chunks +150 lines, -46 lines 0 comments Download
M src/objects-debug.cc View 5 chunks +22 lines, -4 lines 0 comments Download
M src/objects-inl.h View 26 chunks +133 lines, -47 lines 0 comments Download
M src/objects-printer.cc View 3 chunks +23 lines, -0 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-visiting.cc View 1 chunk +1 line, -0 lines 0 comments Download
D src/oprofile-agent.h View 1 chunk +0 lines, -77 lines 0 comments Download
D src/oprofile-agent.cc View 1 chunk +0 lines, -108 lines 0 comments Download
M src/parser.h View 7 chunks +28 lines, -2 lines 0 comments Download
M src/parser.cc View 55 chunks +512 lines, -108 lines 0 comments Download
M src/platform.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/platform-freebsd.cc View 3 chunks +15 lines, -1 line 0 comments Download
M src/platform-linux.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-macos.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-nullos.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/platform-openbsd.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 5 chunks +49 lines, -8 lines 0 comments Download
M src/platform-win32.cc View 4 chunks +36 lines, -4 lines 0 comments Download
M src/preparse-data.h View 1 chunk +1 line, -1 line 0 comments Download
M src/preparser.h View 3 chunks +5 lines, -1 line 0 comments Download
M src/preparser.cc View 11 chunks +27 lines, -12 lines 0 comments Download
M src/preparser-api.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M src/prettyprinter.cc View 2 chunks +4 lines, -21 lines 0 comments Download
M src/profile-generator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
MM src/regexp.js View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-tracer.h View 2 chunks +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/rewriter.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 7 chunks +20 lines, -6 lines 0 comments Download
M src/runtime.cc View 71 chunks +649 lines, -244 lines 0 comments Download
M src/runtime.js View 10 chunks +39 lines, -32 lines 0 comments Download
M src/runtime-profiler.cc View 3 chunks +8 lines, -18 lines 0 comments Download
M src/safepoint-table.h View 7 chunks +113 lines, -39 lines 0 comments Download
M src/safepoint-table.cc View 6 chunks +85 lines, -42 lines 0 comments Download
M src/scanner.h View 4 chunks +12 lines, -2 lines 0 comments Download
M src/scanner.cc View 5 chunks +33 lines, -9 lines 0 comments Download
M src/scanner-base.h View 8 chunks +35 lines, -7 lines 0 comments Download
M src/scanner-base.cc View 11 chunks +79 lines, -11 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/scopes.h View 4 chunks +50 lines, -0 lines 0 comments Download
M src/scopes.cc View 18 chunks +144 lines, -63 lines 0 comments Download
M src/serialize.cc View 3 chunks +14 lines, -6 lines 0 comments Download
M src/spaces.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/string.js View 3 chunks +7 lines, -12 lines 0 comments Download
M src/stub-cache.h View 12 chunks +69 lines, -27 lines 0 comments Download
M src/stub-cache.cc View 51 chunks +296 lines, -65 lines 0 comments Download
M src/token.h View 4 chunks +8 lines, -35 lines 0 comments Download
M src/top.h View 3 chunks +14 lines, -3 lines 0 comments Download
M src/top.cc View 8 chunks +23 lines, -22 lines 0 comments Download
M src/type-info.h View 4 chunks +16 lines, -15 lines 0 comments Download
M src/type-info.cc View 9 chunks +68 lines, -22 lines 0 comments Download
M src/uri.js View 6 chunks +9 lines, -22 lines 0 comments Download
M src/utils.h View 1 chunk +22 lines, -10 lines 0 comments Download
M src/utils.cc View 1 chunk +92 lines, -0 lines 0 comments Download
M src/v8.cc View 4 chunks +1 line, -4 lines 0 comments Download
M src/v8-counters.h View 2 chunks +2 lines, -9 lines 0 comments Download
M src/v8globals.h View 2 chunks +16 lines, -9 lines 0 comments Download
M src/v8natives.js View 11 chunks +149 lines, -81 lines 0 comments Download
M src/v8utils.h View 2 chunks +34 lines, -0 lines 0 comments Download
M src/variables.h View 5 chunks +11 lines, -6 lines 0 comments Download
M src/variables.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M src/version.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/assembler-x64.h View 17 chunks +89 lines, -14 lines 0 comments Download
M src/x64/assembler-x64.cc View 11 chunks +148 lines, -4 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 8 chunks +16 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 5 chunks +105 lines, -4 lines 0 comments Download
M src/x64/code-stubs-x64.h View 3 chunks +148 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 24 chunks +884 lines, -167 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 14 chunks +44 lines, -33 lines 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 4 chunks +572 lines, -10 lines 0 comments Download
M src/x64/disasm-x64.cc View 3 chunks +15 lines, -3 lines 0 comments Download
M src/x64/frames-x64.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 65 chunks +378 lines, -137 lines 0 comments Download
M src/x64/ic-x64.cc View 13 chunks +90 lines, -311 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 2 chunks +230 lines, -7 lines 0 comments Download
A + src/x64/lithium-codegen-x64.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/x64/lithium-gap-resolver-x64.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/x64/lithium-gap-resolver-x64.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/x64/lithium-x64.h View 4 chunks +1843 lines, -108 lines 0 comments Download
A + src/x64/lithium-x64.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 15 chunks +74 lines, -8 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 16 chunks +274 lines, -23 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 27 chunks +504 lines, -124 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 chunk +10 lines, -3 lines 0 comments Download
M src/zone.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/zone.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/zone-inl.h View 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 5 chunks +15 lines, -7 lines 0 comments Download
M test/cctest/test-api.cc View 16 chunks +657 lines, -17 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 6 chunks +179 lines, -50 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 2 chunks +49 lines, -0 lines 0 comments Download
M test/cctest/test-bignum-dtoa.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-debug.cc View 6 chunks +14 lines, -4 lines 0 comments Download
M test/cctest/test-disasm-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 2 chunks +21 lines, -1 line 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-log.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +55 lines, -0 lines 0 comments Download
M test/cctest/test-regexp.cc View 2 chunks +16 lines, -4 lines 0 comments Download
M test/cctest/test-strtod.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M test/cctest/testcfg.py View 1 chunk +1 line, -0 lines 0 comments Download
M test/es5conform/es5conform.status View 4 chunks +208 lines, -12 lines 0 comments Download
M test/es5conform/testcfg.py View 1 chunk +2 lines, -0 lines 0 comments Download
M test/message/testcfg.py View 1 chunk +3 lines, -0 lines 0 comments Download
M test/mjsunit/array-slice.js View 1 chunk +59 lines, -0 lines 0 comments Download
M test/mjsunit/array-splice.js View 1 chunk +14 lines, -0 lines 0 comments Download
D test/mjsunit/bugs/bug-1015.js View 1 chunk +0 lines, -66 lines 0 comments Download
A + test/mjsunit/closures.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/compiler/literals.js View 1 chunk +3 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/regress-1085.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/compiler/regress-3249650.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/compiler/regress-arguments.js View 1 chunk +4 lines, -1 line 0 comments Download
A + test/mjsunit/compiler/regress-closures-with-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/compiler/regress-serialized-slots.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/cyclic-error-to-string.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/debug-backtrace-text.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/debug-breakpoints.js View 1 chunk +86 lines, -0 lines 0 comments Download
A + test/mjsunit/debug-listbreakpoints.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/debug-liveedit-diff.js View 3 chunks +20 lines, -7 lines 0 comments Download
M test/mjsunit/debug-liveedit-newsource.js View 1 chunk +2 lines, -2 lines 0 comments Download
A + test/mjsunit/debug-setexceptionbreak.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/delay-syntax-error.js View 1 chunk +9 lines, -8 lines 0 comments Download
M test/mjsunit/delete-global-properties.js View 2 chunks +14 lines, -3 lines 0 comments Download
M test/mjsunit/error-constructors.js View 2 chunks +30 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/get-own-property-descriptor.js View 1 chunk +16 lines, -0 lines 0 comments Download
M test/mjsunit/getter-in-prototype.js View 2 chunks +8 lines, -0 lines 0 comments Download
M test/mjsunit/json.js View 1 chunk +14 lines, -0 lines 0 comments Download
M test/mjsunit/math-pow.js View 4 chunks +29 lines, -16 lines 0 comments Download
M test/mjsunit/mirror-error.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +11 lines, -2 lines 0 comments Download
M test/mjsunit/object-define-property.js View 3 chunks +135 lines, -2 lines 0 comments Download
M test/mjsunit/regexp.js View 2 chunks +24 lines, -7 lines 0 comments Download
A + test/mjsunit/regress/regress-1015.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1020.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-1036894.js View 1 chunk +5 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-1060.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1079.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1083.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1092.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1099.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1103.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1104.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1105.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1106.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1107.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1110.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1112.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1117.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1118.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1119.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1120.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1121.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1122.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1125.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1126.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1129.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1130.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1131.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1132.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1146.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1149.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1150.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1151.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1156.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1160.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-192.js View 1 chunk +10 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-3408144.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-70066.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-71647.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-900966.js View 1 chunk +2 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-990205.js View 1 chunk +5 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-992.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-72736.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-create-exception.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-deopt-gc.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/strict-mode.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/strict-mode-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/string-charcodeat.js View 2 chunks +31 lines, -0 lines 0 comments Download
M test/mjsunit/testcfg.py View 1 chunk +6 lines, -0 lines 0 comments Download
M test/mjsunit/tools/codemap.js View 7 chunks +7 lines, -7 lines 0 comments Download
M test/mjsunit/tools/csvparser.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/tools/profile.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/tools/profile_view.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/tools/splaytree.js View 9 chunks +9 lines, -9 lines 0 comments Download
M test/mozilla/mozilla.status View 6 chunks +9 lines, -16 lines 0 comments Download
M tools/codemap.js View 15 chunks +32 lines, -37 lines 0 comments Download
M tools/csvparser.js View 3 chunks +6 lines, -11 lines 0 comments Download
M tools/gyp/v8.gyp View 10 chunks +29 lines, -7 lines 0 comments Download
M tools/logreader.js View 10 chunks +10 lines, -14 lines 0 comments Download
D tools/oprofile/annotate View 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/common View 1 chunk +0 lines, -19 lines 0 comments Download
D tools/oprofile/dump View 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/report View 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/reset View 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/run View 1 chunk +0 lines, -14 lines 0 comments Download
D tools/oprofile/shutdown View 1 chunk +0 lines, -7 lines 0 comments Download
D tools/oprofile/start View 1 chunk +0 lines, -7 lines 0 comments Download
M tools/profile.js View 43 chunks +74 lines, -79 lines 0 comments Download
M tools/profile_view.js View 13 chunks +28 lines, -33 lines 0 comments Download
M tools/splaytree.js View 14 chunks +27 lines, -33 lines 0 comments Download
M tools/test.py View 3 chunks +21 lines, -1 line 0 comments Download
M tools/tickprocessor.js View 8 chunks +22 lines, -22 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 52 chunks +782 lines, -75 lines 0 comments Download
M tools/visual_studio/common.vsprops View 1 chunk +1 line, -1 line 0 comments Download
M tools/visual_studio/v8_base.vcproj View 4 chunks +20 lines, -8 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 2 chunks +4 lines, -8 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 10 chunks +104 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 10 months ago (2011-02-15 23:09:25 UTC) #1
Mads Ager (chromium)
9 years, 10 months ago (2011-02-16 07:49:05 UTC) #2
Rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698