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

Issue 123183002: MIPS: Fix loading of global object in LWrapReceiver. (Closed)

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

Description

MIPS: Fix loading of global object in LWrapReceiver. Port r18421 (39719ed) Original commit message: Since r16993 the cp register is handled by registers allocator, and we cannot assume that the cp always contains the context. BUG=318420 LOG=Y TEST=test/mjsunit/regress/regress-318420.js

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 11 months ago (2014-01-02 13:29:57 UTC) #1
ulan
lgtm
6 years, 11 months ago (2014-01-02 13:50:47 UTC) #2
palfia
6 years, 11 months ago (2014-01-02 15:21:25 UTC) #3
Committed as r18443.

Powered by Google App Engine
This is Rietveld 408576698