Chromium Code Reviews

Issue 11467021: Make sure HMathMinMax always has a supported representation (Closed)

Created:
8 years ago by Jakob Kummerow
Modified:
8 years ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Make sure HMathMinMax always has a supported representation Committed: http://code.google.com/p/v8/source/detail?r=13180

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+10 lines, -0 lines)
M src/hydrogen-instructions.h View 1 chunk +2 lines, -0 lines 0 comments
M src/hydrogen-instructions.cc View 1 chunk +8 lines, -0 lines 0 comments

Messages

Total messages: 3 (0 generated)
Jakob Kummerow
Please take a look. This fixes http://build.chromium.org/p/client.v8/builders/V8%20GC%20Stress%20-%203/builds/9/steps/Check/logs/stdio . HMathMinMax only supports Integer32 or Double representation. ...
8 years ago (2012-12-07 16:41:40 UTC) #1
Michael Starzinger
LGTM. Do we have an easy repro for that, which could serve as a regression ...
8 years ago (2012-12-10 11:38:22 UTC) #2
Jakob Kummerow
8 years ago (2012-12-10 11:54:34 UTC) #3
Thanks, landing.

I don't have a reduced repro beyond the GC stress bot test, and as discussed
offline we won't spend the time to create one now.

Powered by Google App Engine