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

Issue 160584: Add support to the CFG builder for non-short-circuited binary... (Closed)

Created:
11 years, 4 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add support to the CFG builder for non-short-circuited binary expressions. Add compilation support in fast mode (optimized for compilation time and code size). This breaks one debugger test each on ARM and IA32 (expectedly). Committed: http://code.google.com/p/v8/source/detail?r=2628

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+935 lines, -285 lines) Patch
M src/arm/cfg-arm.cc View 3 chunks +106 lines, -8 lines 0 comments Download
M src/arm/codegen-arm.h View 1 chunk +90 lines, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +0 lines, -90 lines 0 comments Download
M src/cfg.h View 1 16 chunks +305 lines, -55 lines 0 comments Download
M src/cfg.cc View 1 11 chunks +121 lines, -14 lines 0 comments Download
M src/ia32/cfg-ia32.cc View 3 chunks +105 lines, -8 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +51 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +0 lines, -51 lines 0 comments Download
M src/x64/cfg-x64.cc View 3 chunks +106 lines, -8 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +51 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +0 lines, -51 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Kevin Millikin (Chromium)
There are a lot of changes to comments in cfg.h. It's a known issue that ...
11 years, 4 months ago (2009-08-04 15:01:10 UTC) #1
Kevin Millikin (Chromium)
Added Erik to take a look at cfg-arm.cc. Added Bill to take a look at ...
11 years, 4 months ago (2009-08-04 15:02:24 UTC) #2
Kasper Lund
I only looked briefly at this, so I think it makes a lot of sense ...
11 years, 4 months ago (2009-08-05 07:37:03 UTC) #3
William Hesse
11 years, 4 months ago (2009-08-05 13:22:24 UTC) #4
LGTM.  Beautiful.

Powered by Google App Engine
This is Rietveld 408576698