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

Issue 8589019: Landing: [hydrogen] optimize switch with string clauses. Patch by Fedor Indutny <fedor.indutny@gm... (Closed)

Created:
9 years, 1 month ago by fschneider
Modified:
9 years, 1 month ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

Landing: [hydrogen] optimize switch with string clauses. Patch by Fedor Indutny <fedor.indutny@gmail.com>;. Original code review: http://codereview.chromium.org/8373029/ Committed: http://code.google.com/p/v8/source/detail?r=10019

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+725 lines, -61 lines) Patch
M src/arm/lithium-arm.h View 3 chunks +33 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 4 chunks +34 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 3 chunks +60 lines, -20 lines 0 comments Download
M src/ast.h View 2 chunks +9 lines, -1 line 0 comments Download
M src/ast.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.cc View 3 chunks +78 lines, -20 lines 0 comments Download
M src/hydrogen-instructions.h View 3 chunks +50 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 3 chunks +60 lines, -20 lines 0 comments Download
M src/ia32/lithium-ia32.h View 3 chunks +33 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 4 chunks +37 lines, -0 lines 0 comments Download
M src/type-info.h View 4 chunks +14 lines, -0 lines 0 comments Download
M src/type-info.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +39 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 3 chunks +33 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 4 chunks +35 lines, -0 lines 0 comments Download
M test/mjsunit/switch.js View 3 chunks +173 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698