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

Issue 212643016: Fix deopts causing uninitialized fixed typed arrays. (Closed)

Created:
6 years, 9 months ago by Dmitry Lomov (no reviews)
Modified:
6 years, 9 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Fix deopts causing uninitialized fixed typed arrays. The deopt will not happen in production code, since we check that lengths of fixed typed arrays are smis before calling TypedArrayInitialze, but that makes deopt bot happy. R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20324

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M src/hydrogen.cc View 6 chunks +10 lines, -5 lines 0 comments Download
M src/runtime.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Dmitry Lomov (no reviews)
PTAL - fixes a problem on deopt bot.
6 years, 9 months ago (2014-03-27 16:03:13 UTC) #1
Sven Panne
lgtm
6 years, 9 months ago (2014-03-28 08:50:52 UTC) #2
Dmitry Lomov (no reviews)
6 years, 9 months ago (2014-03-28 08:59:52 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r20324 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698