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

Issue 890413003: MIPS: Introduce LanguageMode, drop StrictMode. (Closed)

Created:
5 years, 10 months ago by balazs.kilvady
Modified:
5 years, 10 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: Introduce LanguageMode, drop StrictMode. Port c7851da4aefb644ab198ead1fa284932fd424797 Original commit message: This enables adding more language modes in the future. For maximum flexibility, LanguageMode is a bitmask, so we're not restricted to use a sequence of language modes which are progressively stricter, but we can express the language mode as combination of features. For now, LanguageMode can only be "sloppy" or "strict", and there are STATIC_ASSERTS in places which need to change when more modes are added. LanguageMode is a bit like the old LanguageMode when "extended" mode was still around (see https://codereview.chromium.org/8417035 and https://codereview.chromium.org/181543002 ) except that it's transmitted through all the layers (there's no StrictModeFlag). BUG= Committed: https://crrev.com/ff0c70380a47ab803518ce31febaf99e32a26e8e Cr-Commit-Position: refs/heads/master@{#26431}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -63 lines) Patch
M src/compiler/mips64/code-generator-mips64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic/mips/ic-compiler-mips.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ic/mips/ic-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic/mips64/ic-compiler-mips64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/ic/mips64/ic-mips64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 13 chunks +20 lines, -18 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips64/full-codegen-mips64.cc View 13 chunks +20 lines, -18 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M src/mips64/lithium-mips64.h View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
balazs.kilvady
5 years, 10 months ago (2015-02-04 13:38:07 UTC) #2
marja
lgtm
5 years, 10 months ago (2015-02-04 13:41:38 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/890413003/1
5 years, 10 months ago (2015-02-04 13:45:48 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 10 months ago (2015-02-04 15:14:46 UTC) #6
commit-bot: I haz the power
5 years, 10 months ago (2015-02-04 15:15:01 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/ff0c70380a47ab803518ce31febaf99e32a26e8e
Cr-Commit-Position: refs/heads/master@{#26431}

Powered by Google App Engine
This is Rietveld 408576698