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

Issue 331803003: Emulate MLS on pre-ARMv6T2. Cleaned up thumbee vs. thumb2 confusion. (Closed)

Created:
6 years, 6 months ago by Sven Panne
Modified:
6 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Emulate MLS on pre-ARMv6T2. Cleaned up thumbee vs. thumb2 confusion. This should unbreak things on the Raspberry Pi. LOG=y R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21835

Patch Set 1 #

Total comments: 1

Patch Set 2 : Cleaned up thumbee vs. thumb2 confusion. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -17 lines) Patch
M src/arm/assembler-arm.cc View 1 4 chunks +5 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/cpu.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/cpu.cc View 1 5 chunks +8 lines, -9 lines 2 comments Download
M src/flag-definitions.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/globals.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Sven Panne
6 years, 6 months ago (2014-06-13 09:29:14 UTC) #1
Benedikt Meurer
LGTM
6 years, 6 months ago (2014-06-13 09:41:14 UTC) #2
Rodolph Perfetta
https://codereview.chromium.org/331803003/diff/1/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/331803003/diff/1/src/arm/assembler-arm.cc#newcode106 src/arm/assembler-arm.cc:106: if (FLAG_enable_mls && cpu.has_thumbee()) supported_ |= 1u << MLS; ...
6 years, 6 months ago (2014-06-13 10:13:23 UTC) #3
Benedikt Meurer
On 2014/06/13 10:13:23, Rodolph Perfetta wrote: > https://codereview.chromium.org/331803003/diff/1/src/arm/assembler-arm.cc > File src/arm/assembler-arm.cc (right): > > https://codereview.chromium.org/331803003/diff/1/src/arm/assembler-arm.cc#newcode106 ...
6 years, 6 months ago (2014-06-13 10:17:57 UTC) #4
Sven Panne
On 2014/06/13 10:17:57, Benedikt Meurer wrote: > This should be renamed to Thumb2. ThumbEE was ...
6 years, 6 months ago (2014-06-13 10:28:17 UTC) #5
Rodolph Perfetta
https://codereview.chromium.org/331803003/diff/2/src/cpu.cc File src/cpu.cc (right): https://codereview.chromium.org/331803003/diff/2/src/cpu.cc#newcode395 src/cpu.cc:395: has_thumb2_ = HasListItem(features, "thumb2"); thumb2 doesn't get reported as ...
6 years, 6 months ago (2014-06-13 10:38:23 UTC) #6
Sven Panne
https://codereview.chromium.org/331803003/diff/2/src/cpu.cc File src/cpu.cc (right): https://codereview.chromium.org/331803003/diff/2/src/cpu.cc#newcode395 src/cpu.cc:395: has_thumb2_ = HasListItem(features, "thumb2"); On 2014/06/13 10:38:23, Rodolph Perfetta ...
6 years, 6 months ago (2014-06-13 10:49:58 UTC) #7
Sven Panne
6 years, 6 months ago (2014-06-13 10:50:26 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 manually as r21835 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698