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

Issue 6529055: [Isolates] Merge crankshaft (r5922 from bleeding_edge). (Closed)

Created:
9 years, 10 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

[Isolates] Merge crankshaft (r5922 from bleeding_edge). Committed: http://code.google.com/p/v8/source/detail?r=6851

Patch Set 1 #

Patch Set 2 : More test fixes for x64 and arm: now all architectures pass all tests #

Patch Set 3 : Mac port #

Patch Set 4 : Win32 port #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52733 lines, -2761 lines) Patch
M SConstruct View 1 2 3 2 chunks +7 lines, -5 lines 0 comments Download
A include/v8-testing.h View 1 2 3 1 chunk +99 lines, -0 lines 0 comments Download
M samples/shell.cc View 1 2 3 7 chunks +125 lines, -36 lines 0 comments Download
M src/SConscript View 1 2 3 7 chunks +14 lines, -0 lines 0 comments Download
M src/accessors.h View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M src/accessors.cc View 1 2 3 4 chunks +287 lines, -53 lines 0 comments Download
M src/allocation.h View 1 2 3 1 chunk +9 lines, -4 lines 0 comments Download
M src/allocation.cc View 1 2 3 2 chunks +35 lines, -2 lines 0 comments Download
M src/allocation-inl.h View 1 2 3 1 chunk +0 lines, -32 lines 0 comments Download
M src/api.h View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 3 20 chunks +98 lines, -33 lines 0 comments Download
M src/arm/assembler-arm.h View 1 2 3 9 chunks +92 lines, -7 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 3 12 chunks +54 lines, -13 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 2 3 3 chunks +77 lines, -1 line 0 comments Download
M src/arm/code-stubs-arm.h View 1 2 3 2 chunks +7 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 3 9 chunks +241 lines, -2 lines 0 comments Download
M src/arm/codegen-arm.h View 1 2 3 5 chunks +8 lines, -6 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 2 3 6 chunks +14 lines, -96 lines 0 comments Download
M src/arm/cpu-arm.cc View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
A src/arm/deoptimizer-arm.cc View 1 2 3 1 chunk +506 lines, -0 lines 0 comments Download
M src/arm/frames-arm.h View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M src/arm/frames-arm.cc View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 48 chunks +184 lines, -50 lines 0 comments Download
M src/arm/ic-arm.cc View 1 2 3 7 chunks +74 lines, -1 line 0 comments Download
A src/arm/lithium-arm.h View 1 2 3 1 chunk +2068 lines, -0 lines 0 comments Download
A src/arm/lithium-arm.cc View 1 2 3 1 chunk +2081 lines, -0 lines 0 comments Download
A src/arm/lithium-codegen-arm.h View 1 2 3 1 chunk +265 lines, -0 lines 0 comments Download
A src/arm/lithium-codegen-arm.cc View 1 2 3 1 chunk +2152 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 3 7 chunks +29 lines, -8 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 9 chunks +86 lines, -15 lines 0 comments Download
M src/arm/simulator-arm.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 8 chunks +29 lines, -6 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 11 chunks +197 lines, -40 lines 0 comments Download
M src/assembler.h View 1 2 3 5 chunks +25 lines, -1 line 0 comments Download
M src/assembler.cc View 1 2 3 10 chunks +51 lines, -3 lines 0 comments Download
M src/ast.h View 1 2 3 48 chunks +268 lines, -36 lines 0 comments Download
M src/ast.cc View 1 2 3 6 chunks +298 lines, -13 lines 0 comments Download
M src/ast-inl.h View 1 2 3 4 chunks +38 lines, -15 lines 0 comments Download
A src/atomicops.h View 1 2 3 1 chunk +165 lines, -0 lines 0 comments Download
A src/atomicops_internals_arm_gcc.h View 1 2 3 1 chunk +145 lines, -0 lines 0 comments Download
A src/atomicops_internals_x86_gcc.h View 1 2 3 1 chunk +287 lines, -0 lines 0 comments Download
A src/atomicops_internals_x86_gcc.cc View 1 2 3 1 chunk +126 lines, -0 lines 0 comments Download
A src/atomicops_internals_x86_macosx.h View 1 2 3 1 chunk +301 lines, -0 lines 0 comments Download
A src/atomicops_internals_x86_msvc.h View 1 2 3 1 chunk +202 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 chunks +25 lines, -10 lines 0 comments Download
M src/builtins.h View 1 2 3 6 chunks +14 lines, -2 lines 0 comments Download
M src/builtins.cc View 1 2 3 6 chunks +13 lines, -9 lines 0 comments Download
M src/checks.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.h View 1 2 3 14 chunks +104 lines, -12 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 3 chunks +27 lines, -0 lines 0 comments Download
M src/codegen.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/codegen.cc View 1 2 3 5 chunks +34 lines, -10 lines 0 comments Download
M src/compilation-cache.h View 1 2 3 5 chunks +20 lines, -0 lines 0 comments Download
M src/compilation-cache.cc View 1 2 3 6 chunks +70 lines, -2 lines 0 comments Download
M src/compiler.h View 1 2 3 4 chunks +64 lines, -1 line 0 comments Download
M src/compiler.cc View 1 2 3 9 chunks +274 lines, -73 lines 0 comments Download
M src/contexts.h View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M src/contexts.cc View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
M src/cpu-profiler.h View 1 2 3 4 chunks +7 lines, -3 lines 0 comments Download
M src/cpu-profiler.cc View 1 2 3 8 chunks +16 lines, -8 lines 0 comments Download
M src/d8.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/data-flow.h View 1 2 3 6 chunks +158 lines, -16 lines 0 comments Download
M src/data-flow.cc View 1 2 3 3 chunks +31 lines, -11 lines 0 comments Download
M src/debug.cc View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download
A src/deoptimizer.h View 1 2 3 1 chunk +526 lines, -0 lines 0 comments Download
A src/deoptimizer.cc View 1 2 3 1 chunk +1159 lines, -0 lines 0 comments Download
M src/disassembler.cc View 1 2 3 4 chunks +22 lines, -3 lines 0 comments Download
M src/execution.h View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M src/execution.cc View 1 2 3 8 chunks +51 lines, -24 lines 0 comments Download
M src/factory.h View 1 2 3 3 chunks +10 lines, -1 line 0 comments Download
M src/factory.cc View 1 2 3 5 chunks +42 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 2 3 6 chunks +61 lines, -3 lines 0 comments Download
M src/flags.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/frame-element.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/frames.h View 1 2 3 15 chunks +100 lines, -6 lines 0 comments Download
M src/frames.cc View 1 2 3 12 chunks +301 lines, -10 lines 0 comments Download
M src/full-codegen.h View 1 2 3 13 chunks +108 lines, -14 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 20 chunks +190 lines, -58 lines 0 comments Download
M src/global-handles.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/globals.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M src/handles.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles.cc View 1 2 3 3 chunks +23 lines, -11 lines 0 comments Download
M src/heap.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M src/heap.cc View 1 2 3 9 chunks +68 lines, -0 lines 0 comments Download
M src/heap-inl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A src/hydrogen.h View 1 2 3 1 chunk +1061 lines, -0 lines 0 comments Download
A src/hydrogen.cc View 1 2 3 1 chunk +5540 lines, -0 lines 0 comments Download
A src/hydrogen-instructions.h View 1 2 3 1 chunk +2886 lines, -0 lines 0 comments Download
A src/hydrogen-instructions.cc View 1 2 3 1 chunk +1482 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 3 13 chunks +102 lines, -11 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 3 10 chunks +36 lines, -7 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 2 3 4 chunks +34 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 chunks +153 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 2 3 5 chunks +124 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 19 chunks +1854 lines, -146 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 2 3 4 chunks +6 lines, -4 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 3 8 chunks +27 lines, -91 lines 0 comments Download
M src/ia32/cpu-ia32.cc View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
A src/ia32/deoptimizer-ia32.cc View 1 2 3 1 chunk +618 lines, -0 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/ia32/frames-ia32.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 60 chunks +302 lines, -97 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 2 3 7 chunks +80 lines, -7 lines 0 comments Download
A src/ia32/lithium-codegen-ia32.h View 1 2 3 1 chunk +252 lines, -0 lines 0 comments Download
A src/ia32/lithium-codegen-ia32.cc View 1 2 3 1 chunk +3108 lines, -0 lines 0 comments Download
A src/ia32/lithium-ia32.h View 1 2 3 1 chunk +2071 lines, -0 lines 0 comments Download
A src/ia32/lithium-ia32.cc View 1 2 3 1 chunk +2097 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 3 10 chunks +45 lines, -20 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 3 14 chunks +82 lines, -28 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 10 chunks +143 lines, -15 lines 0 comments Download
M src/ic.h View 1 2 3 7 chunks +76 lines, -5 lines 0 comments Download
M src/ic.cc View 1 2 3 11 chunks +303 lines, -35 lines 0 comments Download
M src/ic-inl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.h View 1 2 3 14 chunks +69 lines, -19 lines 0 comments Download
M src/isolate.cc View 1 2 3 10 chunks +33 lines, -10 lines 0 comments Download
M src/jump-target-light.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/list.h View 1 2 3 3 chunks +12 lines, -1 line 0 comments Download
M src/list-inl.h View 1 2 3 4 chunks +34 lines, -1 line 0 comments Download
A src/lithium-allocator.h View 1 2 3 1 chunk +954 lines, -0 lines 0 comments Download
A src/lithium-allocator.cc View 1 2 3 1 chunk +2055 lines, -0 lines 0 comments Download
M src/liveedit.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/liveedit.cc View 1 2 3 7 chunks +97 lines, -16 lines 0 comments Download
M src/liveedit-debugger.js View 1 2 3 7 chunks +67 lines, -42 lines 0 comments Download
M src/log.h View 1 2 3 3 chunks +42 lines, -1 line 0 comments Download
M src/log.cc View 1 2 3 19 chunks +176 lines, -32 lines 0 comments Download
M src/mark-compact.h View 1 2 3 3 chunks +9 lines, -1 line 0 comments Download
M src/mark-compact.cc View 1 2 3 15 chunks +342 lines, -65 lines 0 comments Download
M src/math.js View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/memory.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/messages.js View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M src/objects.h View 1 2 3 27 chunks +346 lines, -17 lines 0 comments Download
M src/objects.cc View 1 2 3 22 chunks +420 lines, -18 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 15 chunks +272 lines, -3 lines 0 comments Download
M src/objects-visiting.h View 1 2 3 4 chunks +7 lines, -3 lines 0 comments Download
M src/parser.cc View 1 2 3 9 chunks +14 lines, -6 lines 0 comments Download
M src/platform.h View 1 2 3 5 chunks +24 lines, -17 lines 0 comments Download
M src/platform-freebsd.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/platform-linux.cc View 1 2 3 4 chunks +190 lines, -114 lines 0 comments Download
M src/platform-macos.cc View 1 2 3 4 chunks +130 lines, -94 lines 0 comments Download
M src/platform-nullos.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/platform-openbsd.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/platform-solaris.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/platform-win32.cc View 1 2 3 6 chunks +143 lines, -161 lines 0 comments Download
M src/prettyprinter.h View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M src/profile-generator.cc View 1 2 3 5 chunks +7 lines, -7 lines 0 comments Download
M src/property.h View 1 2 3 2 chunks +20 lines, -0 lines 0 comments Download
M src/rewriter.cc View 1 2 3 6 chunks +9 lines, -16 lines 0 comments Download
M src/runtime.h View 1 2 3 4 chunks +8 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 22 chunks +350 lines, -43 lines 0 comments Download
A src/runtime-profiler.h View 1 2 3 1 chunk +174 lines, -0 lines 0 comments Download
A src/runtime-profiler.cc View 1 2 3 1 chunk +412 lines, -0 lines 0 comments Download
A src/safepoint-table.h View 1 2 3 1 chunk +189 lines, -0 lines 0 comments Download
A src/safepoint-table.cc View 1 2 3 1 chunk +210 lines, -0 lines 0 comments Download
M src/scopeinfo.h View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M src/scopes.h View 1 2 3 4 chunks +9 lines, -9 lines 0 comments Download
M src/scopes.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M src/serialize.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/serialize.cc View 1 2 3 2 chunks +24 lines, -1 line 0 comments Download
M src/spaces.h View 1 2 3 6 chunks +23 lines, -9 lines 0 comments Download
M src/spaces.cc View 1 2 3 7 chunks +40 lines, -28 lines 0 comments Download
M src/spaces-inl.h View 1 2 3 1 chunk +8 lines, -2 lines 0 comments Download
M src/string-stream.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/stub-cache.h View 1 2 3 12 chunks +97 lines, -69 lines 0 comments Download
M src/stub-cache.cc View 1 2 3 8 chunks +92 lines, -10 lines 0 comments Download
M src/token.h View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
M src/top.cc View 1 2 3 5 chunks +81 lines, -76 lines 0 comments Download
M src/type-info.h View 1 2 3 5 chunks +138 lines, -96 lines 0 comments Download
M src/type-info.cc View 1 2 3 2 chunks +299 lines, -0 lines 0 comments Download
M src/utils.h View 1 2 3 3 chunks +35 lines, -1 line 0 comments Download
M src/utils.cc View 1 2 3 2 chunks +26 lines, -4 lines 0 comments Download
M src/v8.h View 1 2 3 3 chunks +5 lines, -1 line 0 comments Download
M src/v8.cc View 1 2 3 3 chunks +13 lines, -18 lines 0 comments Download
M src/v8-counters.h View 1 2 3 2 chunks +22 lines, -1 line 0 comments Download
M src/v8globals.h View 1 2 3 2 chunks +9 lines, -0 lines 0 comments Download
M src/v8threads.cc View 1 2 3 6 chunks +7 lines, -4 lines 0 comments Download
M src/v8utils.h View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
M src/variables.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/variables.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/version.cc View 1 2 3 2 chunks +13 lines, -6 lines 0 comments Download
M src/vm-state.h View 1 2 3 1 chunk +16 lines, -24 lines 0 comments Download
M src/vm-state-inl.h View 1 2 3 3 chunks +40 lines, -46 lines 0 comments Download
A src/win32-headers.h View 1 2 3 1 chunk +95 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 2 3 6 chunks +72 lines, -5 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 3 8 chunks +16 lines, -6 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 2 chunks +42 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 chunks +113 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.h View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 2 3 2 chunks +5 lines, -86 lines 0 comments Download
M src/x64/cpu-x64.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A src/x64/deoptimizer-x64.cc View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
M src/x64/frames-x64.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 16 chunks +61 lines, -27 lines 0 comments Download
M src/x64/ic-x64.cc View 1 2 3 5 chunks +73 lines, -1 line 0 comments Download
A src/x64/lithium-codegen-x64.h View 1 2 3 1 chunk +62 lines, -0 lines 0 comments Download
A src/x64/lithium-x64.h View 1 2 3 1 chunk +256 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 3 3 chunks +9 lines, -7 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 6 chunks +115 lines, -13 lines 0 comments Download
M src/zone.h View 1 2 3 3 chunks +21 lines, -10 lines 0 comments Download
M test/cctest/SConscript View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M test/cctest/cctest.status View 1 2 3 2 chunks +26 lines, -0 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-api.cc View 1 2 3 5 chunks +162 lines, -1 line 0 comments Download
M test/cctest/test-dataflow.cc View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 1 2 3 41 chunks +292 lines, -74 lines 0 comments Download
A test/cctest/test-deoptimization.cc View 1 2 3 1 chunk +715 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 6 chunks +122 lines, -6 lines 0 comments Download
M test/cctest/test-log.cc View 1 2 3 6 chunks +30 lines, -15 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 2 3 6 chunks +27 lines, -7 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-spaces.cc View 1 2 3 3 chunks +8 lines, -9 lines 0 comments Download
M test/cctest/test-version.cc View 1 2 3 3 chunks +15 lines, -8 lines 0 comments Download
M test/es5conform/es5conform.status View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M test/message/message.status View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M test/message/try-catch-finally-return-in-finally.js View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M test/message/try-catch-finally-return-in-finally.out View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M test/message/try-finally-return-in-finally.js View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M test/message/try-finally-return-in-finally.out View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A test/mjsunit/accessors-on-global-object.js View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A test/mjsunit/apply-arguments-gc-safepoint.js View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
M test/mjsunit/array-functions-prototype.js View 1 2 3 5 chunks +8 lines, -8 lines 0 comments Download
M test/mjsunit/codegen-coverage.js View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A test/mjsunit/compiler/alloc-number.js View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/array-access.js View 1 2 3 1 chunk +132 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/array-length.js View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/assignment.js View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/assignment-deopt.js View 1 2 3 1 chunk +146 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/binary-ops.js View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/call-keyed.js View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/compare.js View 1 2 3 1 chunk +108 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/complex-for-in.js View 1 2 3 1 chunk +50 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/control-flow-0.js View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/control-flow-1.js View 1 2 3 1 chunk +55 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/control-flow-2.js View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/count-deopt.js View 1 2 3 1 chunk +150 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/countoperation.js View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/delete.js View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/deopt-args.js View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/deopt-inlined-smi.js View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/expression-trees.js View 1 2 3 1 chunk +107 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/for-stmt.js View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/globals.js View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/inline-compare.js View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/inline-conditional.js View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/inline-global-access.js View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/inline-param.js View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/inline-two.js View 1 2 3 1 chunk +93 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/logical-and.js View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/logical-or.js View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/loops.js View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/null-compare.js View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/optimized-function-calls.js View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/pic.js View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/property-calls.js View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/property-refs.js View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/property-stores.js View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/recursive-deopt.js View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-0.js View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-1.js View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-2.js View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-3.js View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-3136962.js View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-3185901.js View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-3218915.js View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-3249650.js View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-4.js View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-5.js View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-6.js View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-7.js View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-8.js View 1 2 3 1 chunk +109 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-arguments.js View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-arrayliteral.js View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-funarguments.js View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-funcaller.js View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-gap.js View 1 2 3 1 chunk +130 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-gvn.js View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-loop-deopt.js View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-max.js View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-or.js View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-rep-change.js View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-stacktrace.js View 1 2 3 1 chunk +52 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/regress-stacktrace-methods.js View 1 2 3 1 chunk +64 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/safepoint.js View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/simple-bailouts.js View 1 2 3 3 chunks +18 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/simple-binary-op.js View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A test/mjsunit/compiler/simple-deopt.js View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/simple-global-access.js View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
A test/mjsunit/compiler/simple-inlining.js View 1 2 3 1 chunk +146 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/simple-osr.js View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/switch-bailout.js View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/this-property-refs.js View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/compiler/thisfunction.js View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
A test/mjsunit/compiler/variables.js View 1 2 3 1 chunk +73 lines, -0 lines 0 comments Download
M test/mjsunit/debug-changebreakpoint.js View 1 2 3 3 chunks +12 lines, -12 lines 0 comments Download
M test/mjsunit/debug-clearbreakpoint.js View 1 2 3 3 chunks +5 lines, -6 lines 0 comments Download
M test/mjsunit/debug-clearbreakpointgroup.js View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M test/mjsunit/debug-liveedit-2.js View 1 2 3 2 chunks +8 lines, -12 lines 0 comments Download
M test/mjsunit/debug-liveedit-breakpoints.js View 1 2 3 2 chunks +15 lines, -0 lines 0 comments Download
M test/mjsunit/debug-liveedit-patch-positions.js View 1 2 3 2 chunks +51 lines, -18 lines 0 comments Download
M test/mjsunit/debug-stepout-recursive-function.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M test/mjsunit/mirror-object.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 3 chunks +44 lines, -6 lines 0 comments Download
A test/mjsunit/regress/regress-3006390.js View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3185905.js View 1 2 3 1 chunk +60 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3199913.js View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3218530.js View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3218915.js View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3230771.js View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3247124.js View 1 2 3 1 chunk +53 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-3252443.js View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-52801.js View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-580.js View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M test/mjsunit/smi-ops.js View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A test/mjsunit/smi-ops-inlined.js View 1 2 3 1 chunk +673 lines, -0 lines 0 comments Download
M test/mjsunit/string-replace-gc.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
A test/mjsunit/sum-0-plus-undefined-is-NaN.js View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M test/mjsunit/typeof.js View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M test/mozilla/mozilla.status View 1 2 3 2 chunks +24 lines, -0 lines 0 comments Download
M test/sputnik/sputnik.status View 1 2 3 2 chunks +14 lines, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 8 chunks +20 lines, -0 lines 0 comments Download
M tools/test.py View 1 2 3 5 chunks +21 lines, -6 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 2 3 3 chunks +36 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vitaly Repeshko
Dmitry, Mads, I don't expect you to look through every detail of this (even though ...
9 years, 10 months ago (2011-02-16 22:19:09 UTC) #1
Mads Ager (chromium)
I had a look at the runtime profiler changes and those look good. Rubberstamp LGTM ...
9 years, 10 months ago (2011-02-17 14:45:02 UTC) #2
Dmitry Titov
9 years, 10 months ago (2011-02-17 15:50:49 UTC) #3
I've looked at random files. Nothing caught the eye.
Rubberstamp LGTM as well.

Powered by Google App Engine
This is Rietveld 408576698