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

Issue 636313003: Fix uninitialized FixedArray potentially being left behind by ElementsTransitionGenerator::Generate… (Closed)

Created:
6 years, 2 months ago by Jakob Kummerow
Modified:
6 years, 2 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix uninitialized FixedArray potentially being left behind by ElementsTransitionGenerator::GenerateDoubleToObject BUG=chromium:421843 LOG=n R=ishell@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24498

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -5 lines) Patch
M src/arm/codegen-arm.cc View 1 chunk +15 lines, -1 line 0 comments Download
M src/arm64/codegen-arm64.cc View 1 chunk +16 lines, -3 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/runtime/runtime-test.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Jakob Kummerow
PTAL. I would have added a regression test, but it's very sensitive to GC timing, ...
6 years, 2 months ago (2014-10-09 12:11:29 UTC) #2
Igor Sheludko
lgtm
6 years, 2 months ago (2014-10-09 12:34:11 UTC) #3
Jakob Kummerow
6 years, 2 months ago (2014-10-09 14:12:46 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 24498 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698