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

Issue 9286002: Eliminate overflow check after integer add and sub if result is truncated to int32. (Closed)

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

Description

Eliminate overflow check after integer add and sub operation if result is truncated to int32. Committed: https://code.google.com/p/v8/source/detail?r=10870

Patch Set 1 #

Patch Set 2 : Eliminate overflow check after integer add and sub if result is truncated to int32. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -18 lines) Patch
M src/hydrogen.cc View 1 1 chunk +3 lines, -7 lines 0 comments Download
M src/hydrogen-instructions.h View 1 7 chunks +10 lines, -9 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 3 chunks +24 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
8 years, 9 months ago (2012-02-29 13:16:10 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 9 months ago (2012-02-29 13:22:38 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698