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

Issue 200253006: MIPS: Fix deoptimization for out-of-line constant pool. (Closed)

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

Description

MIPS: Fix deoptimization for out-of-line constant pool. Port r19940 (db96c25) Original commit message: Ensure that the stack contains the correct constant pool pointer when a function deopts. This CL depends on https://codereview.chromium.org/183803022/ landing first. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M src/mips/deoptimizer-mips.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 9 months ago (2014-03-14 17:05:11 UTC) #1
Paul Lind
lgtm
6 years, 9 months ago (2014-03-14 18:23:10 UTC) #2
Paul Lind
6 years, 9 months ago (2014-03-14 18:27:11 UTC) #3
Committed as r19948.

Powered by Google App Engine
This is Rietveld 408576698