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

Issue 6044010: Do not transform a/b into a * (1/b) in the parser for integer constants.... (Closed)

Created:
9 years, 11 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Do not transform a/b into a * (1/b) in the parser for integer constants. Strength reduction should be performed at a later stage. This change avoid going to a double representation the case of integer division. Committed: http://code.google.com/p/v8/source/detail?r=6174

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -20 lines) Patch
M src/parser.cc View 1 chunk +0 lines, -20 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 11 months ago (2011-01-05 10:54:27 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 11 months ago (2011-01-05 11:05:10 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698