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

Issue 3152042: Simplified the full codegens by removing the Expression::kTestValue... (Closed)

Created:
10 years, 4 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Simplified the full codegens by removing the Expression::kTestValue and Expression::kValueTest. At the same time, prepare the code for keeping track of fall through labels to avoid unnecessary jumps. Committed: http://code.google.com/p/v8/source/detail?r=5320

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+214 lines, -948 lines) Patch
M src/arm/full-codegen-arm.cc View 25 chunks +49 lines, -237 lines 0 comments Download
M src/ast.h View 1 chunk +1 line, -7 lines 0 comments Download
M src/full-codegen.h View 3 chunks +13 lines, -39 lines 0 comments Download
M src/full-codegen.cc View 4 chunks +74 lines, -26 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 28 chunks +39 lines, -321 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 27 chunks +38 lines, -318 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kasper Lund
10 years, 4 months ago (2010-08-23 11:58:56 UTC) #1
Mads Ager (chromium)
LGTM
10 years, 4 months ago (2010-08-23 12:51:22 UTC) #2
Rico
10 years, 4 months ago (2010-08-23 12:55:44 UTC) #3
On 2010/08/23 12:51:22, Mads Ager wrote:
> LGTM
LGTM, as discussed offline, maybe we should move the implementation of the
remaining Visit functions in full-codegen away from the header file (in another
change)

Powered by Google App Engine
This is Rietveld 408576698