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

Issue 23523060: Add a mechanism to override the detected cpu features. (Closed)

Created:
7 years, 3 months ago by oliv
Modified:
7 years, 3 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Add a mechanism to override the detected cpu features. BUG= R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16772

Patch Set 1 #

Total comments: 2

Patch Set 2 : rewrite according to offline discussion #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -0 lines) Patch
M src/arm/assembler-arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/assembler.h View 1 1 chunk +13 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/assembler-mips.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
oliv
7 years, 3 months ago (2013-09-16 12:40:08 UTC) #1
Sven Panne
Before we land this, I'd like to see where and why we will need this ...
7 years, 3 months ago (2013-09-16 13:48:05 UTC) #2
oliv
On 2013/09/16 13:48:05, Sven Panne wrote: > https://codereview.chromium.org/23523060/diff/1/src/ia32/assembler-ia32.h#newcode558 > src/ia32/assembler-ia32.h:558: static void ForceFeature(CpuFeature f) { ...
7 years, 3 months ago (2013-09-17 11:30:16 UTC) #3
Sven Panne
LGTM with a nit. https://codereview.chromium.org/23523060/diff/6001/src/assembler.cc File src/assembler.cc (right): https://codereview.chromium.org/23523060/diff/6001/src/assembler.cc#newcode218 src/assembler.cc:218: CpuFeatures::found_by_runtime_probing_only_ |= mask; Huh? "... ...
7 years, 3 months ago (2013-09-17 12:37:34 UTC) #4
oliv
On 2013/09/17 12:37:34, Sven Panne wrote: > LGTM with a nit. > > https://codereview.chromium.org/23523060/diff/6001/src/assembler.cc > ...
7 years, 3 months ago (2013-09-17 13:01:04 UTC) #5
oliv
7 years, 3 months ago (2013-09-17 13:02:35 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r16772 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698