Chromium Code Reviews

Issue 645633002: MIPS: Fix uninitialized FixedArray potentially being left behind by ElementsTransitionGenerator::Ge… (Closed)

Created:
6 years, 2 months ago by balazs.kilvady
Modified:
6 years, 2 months ago
Reviewers:
Jakob Kummerow, dusmil.imgtec, danno, akos.palfi.imgtec, gergely.kis.imgtec, paul.l...
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

MIPS: Fix uninitialized FixedArray potentially being left behind by ElementsTransitionGenerator::GenerateDoubleToObject. Port r24498 (eeef8c0) BUG=chromium:421843 LOG=n R=paul.lind@imgtec.com Committed: https://code.google.com/p/v8/source/detail?r=24502

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+30 lines, -2 lines)
M src/mips/codegen-mips.cc View 1 chunk +15 lines, -1 line 0 comments
M src/mips64/codegen-mips64.cc View 1 chunk +15 lines, -1 line 0 comments

Messages

Total messages: 4 (1 generated)
balazs.kilvady
6 years, 2 months ago (2014-10-09 16:41:08 UTC) #2
paul.l...
LGTM.
6 years, 2 months ago (2014-10-09 17:03:17 UTC) #3
balazs.kilvady
6 years, 2 months ago (2014-10-09 17:06:25 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 24502 (presubmit successful).

Powered by Google App Engine