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

Issue 194613005: MIPS: Mode clean-up pt 1: rename classic/non-strict mode to sloppy mode. (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: Mode clean-up pt 1: rename classic/non-strict mode to sloppy mode. Port r19799 (8fb4c93) BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -26 lines) Patch
M src/mips/builtins-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 11 chunks +16 lines, -16 lines 0 comments Download
M src/mips/ic-mips.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
PTAL: In ic-mips.cc GenerateMappedArgumentsLookup() I followed the arm code and added Handle<Map> arguments_map(heap->sloppy_arguments_elements_map()); Although there ...
6 years, 9 months ago (2014-03-11 19:23:44 UTC) #1
Paul Lind
lgtm
6 years, 9 months ago (2014-03-11 20:26:06 UTC) #2
Paul Lind
6 years, 9 months ago (2014-03-11 20:29:29 UTC) #3
Committed as r19824.

Powered by Google App Engine
This is Rietveld 408576698