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

Issue 40023: Streamline CodeGenerator::Comparison in the IA32 code generator. When... (Closed)

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

Description

Streamline CodeGenerator::Comparison in the IA32 code generator. When doing constant folding, handle only the cases that actually arise. This avoids some complicated logic, some extra comparisons, and fixes issue 247: http://code.google.com/p/v8/issues/detail?id=247 Committed: http://code.google.com/p/v8/source/detail?r=1410

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -13 lines) Patch
M src/codegen-ia32.cc View 1 3 chunks +16 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
We should really make CodeGenerator::Comparison take a Token::Value instead of a Condition---there is no reason ...
11 years, 9 months ago (2009-03-03 17:59:24 UTC) #1
William Hesse
11 years, 9 months ago (2009-03-04 08:54:10 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698