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

Issue 11414262: Revert 13105: "Enable stub generation using Hydrogen/Lithium." (Closed)

Created:
8 years ago by danno
Modified:
8 years ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Revert 13105: "Enable stub generation using Hydrogen/Lithium." TBR=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=13106

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2394 lines, -3393 lines) Patch
M Makefile View 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm/assembler-arm.h View 5 chunks +32 lines, -92 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 chunk +0 lines, -27 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +0 lines, -9 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +0 lines, -20 lines 0 comments Download
M src/arm/code-stubs-arm.h View 13 chunks +13 lines, -13 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 4 chunks +11 lines, -45 lines 0 comments Download
M src/arm/codegen-arm.h View 3 chunks +4 lines, -10 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 10 chunks +29 lines, -109 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +2 lines, -8 lines 0 comments Download
M src/arm/lithium-arm.cc View 7 chunks +5 lines, -27 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 9 chunks +9 lines, -25 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 44 chunks +112 lines, -346 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 5 chunks +3 lines, -10 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 5 chunks +9 lines, -9 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 10 chunks +16 lines, -19 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 4 chunks +484 lines, -11 lines 0 comments Download
M src/assembler.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/assembler.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/ast.h View 1 chunk +18 lines, -29 lines 0 comments Download
M src/ast.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/builtins.h View 2 chunks +0 lines, -3 lines 0 comments Download
M src/code-stubs.h View 28 chunks +51 lines, -112 lines 0 comments Download
M src/code-stubs.cc View 5 chunks +61 lines, -38 lines 0 comments Download
D src/code-stubs-hydrogen.cc View 1 chunk +0 lines, -137 lines 0 comments Download
M src/codegen.cc View 2 chunks +13 lines, -20 lines 0 comments Download
M src/compiler.h View 11 chunks +4 lines, -46 lines 0 comments Download
M src/compiler.cc View 7 chunks +9 lines, -51 lines 0 comments Download
M src/deoptimizer.h View 8 chunks +4 lines, -11 lines 0 comments Download
M src/deoptimizer.cc View 17 chunks +18 lines, -49 lines 0 comments Download
M src/disassembler.cc View 2 chunks +2 lines, -8 lines 0 comments Download
M src/frames.h View 2 chunks +1 line, -28 lines 0 comments Download
M src/frames.cc View 3 chunks +5 lines, -15 lines 0 comments Download
M src/frames-inl.h View 1 chunk +1 line, -11 lines 0 comments Download
M src/full-codegen.h View 3 chunks +1 line, -5 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/hydrogen.h View 20 chunks +59 lines, -87 lines 0 comments Download
M src/hydrogen.cc View 144 chunks +525 lines, -603 lines 0 comments Download
M src/ia32/assembler-ia32.h View 4 chunks +28 lines, -78 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 2 chunks +1 line, -29 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 10 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 7 chunks +4 lines, -29 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 10 chunks +20 lines, -101 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 10 chunks +5 lines, -33 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 54 chunks +148 lines, -419 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-gap-resolver-ia32.cc View 5 chunks +21 lines, -31 lines 0 comments Download
M src/ia32/lithium-ia32.h View 7 chunks +4 lines, -19 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 10 chunks +8 lines, -43 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 3 chunks +254 lines, -11 lines 0 comments Download
M src/ic.cc View 1 chunk +1 line, -7 lines 0 comments Download
M src/isolate.h View 3 chunks +0 lines, -6 lines 0 comments Download
M src/isolate.cc View 6 chunks +1 line, -21 lines 0 comments Download
M src/lithium.h View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/lithium-allocator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/lithium-allocator.cc View 11 chunks +19 lines, -26 lines 0 comments Download
M src/log.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/objects.h View 2 chunks +0 lines, -5 lines 0 comments Download
M src/objects.cc View 3 chunks +1 line, -8 lines 0 comments Download
M src/objects-inl.h View 6 chunks +4 lines, -6 lines 0 comments Download
M src/optimizing-compiler-thread.h View 1 chunk +1 line, -1 line 0 comments Download
M src/prettyprinter.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/prettyprinter.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/rewriter.cc View 2 chunks +1 line, -5 lines 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.cc View 2 chunks +1 line, -14 lines 0 comments Download
M src/safepoint-table.cc View 2 chunks +9 lines, -2 lines 0 comments Download
M src/serialize.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/serialize.cc View 2 chunks +0 lines, -12 lines 0 comments Download
M src/smart-pointers.h View 2 chunks +1 line, -11 lines 0 comments Download
M src/spaces.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/stub-cache.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/utils.h View 2 chunks +1 line, -5 lines 0 comments Download
M src/x64/assembler-x64.h View 4 chunks +7 lines, -13 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 2 chunks +3 lines, -22 lines 0 comments Download
M src/x64/code-stubs-x64.h View 10 chunks +10 lines, -10 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M src/x64/codegen-x64.h View 2 chunks +0 lines, -6 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 9 chunks +9 lines, -81 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 7 chunks +4 lines, -20 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 14 chunks +39 lines, -143 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +2 lines, -8 lines 0 comments Download
M src/x64/lithium-x64.cc View 7 chunks +4 lines, -22 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +231 lines, -12 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives-part1.js View 1 chunk +0 lines, -1 line 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Jakob Kummerow
8 years ago (2012-12-01 09:52:58 UTC) #1
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698