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

Issue 166813002: MIPS: Fix assignment of function name constant. (Closed)

Created:
6 years, 10 months ago by kilvadyb
Modified:
6 years, 10 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Fix assignment of function name constant. Port r19379 (622d830) Original commit message: If it's shadowed by a variable of the same name and both are forcibly context-allocated, the function is assigned to the wrong context slot. BUG=v8:3138 LOG=Y

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -42 lines) Patch
M src/mips/full-codegen-mips.cc View 4 chunks +41 lines, -42 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 10 months ago (2014-02-14 14:04:18 UTC) #1
Paul Lind
lgtm
6 years, 10 months ago (2014-02-14 17:34:32 UTC) #2
Paul Lind
6 years, 10 months ago (2014-02-14 17:39:12 UTC) #3
Committed as r19391.

Powered by Google App Engine
This is Rietveld 408576698