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

Issue 136303012: Updates refactoring of CPU feature detection (Closed)

Created:
6 years, 10 months ago by zra
Modified:
6 years, 10 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Updates refactoring of CPU feature detection with fix that uses cpuid for Intel/Linux. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=32980

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 32

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1443 lines, -344 lines) Patch
M runtime/vm/assembler_arm.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -20 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +3 lines, -93 lines 0 comments Download
M runtime/vm/assembler_arm_test.cc View 1 2 3 4 5 6 7 8 9 10 57 chunks +61 lines, -60 lines 0 comments Download
M runtime/vm/assembler_ia32.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -19 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +5 lines, -57 lines 0 comments Download
M runtime/vm/assembler_ia32_test.cc View 1 2 3 4 5 6 7 8 9 10 9 chunks +9 lines, -8 lines 0 comments Download
M runtime/vm/assembler_mips.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -9 lines 0 comments Download
M runtime/vm/assembler_mips_test.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -18 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -47 lines 0 comments Download
M runtime/vm/cpu.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -0 lines 0 comments Download
A runtime/vm/cpu_arm.h View 1 2 3 4 5 6 7 8 1 chunk +82 lines, -0 lines 0 comments Download
M runtime/vm/cpu_arm.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +73 lines, -2 lines 0 comments Download
A runtime/vm/cpu_ia32.h View 1 2 3 4 5 6 7 8 1 chunk +67 lines, -0 lines 0 comments Download
M runtime/vm/cpu_ia32.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +39 lines, -1 line 0 comments Download
A runtime/vm/cpu_mips.h View 1 2 3 4 5 6 7 8 1 chunk +54 lines, -0 lines 0 comments Download
M runtime/vm/cpu_mips.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +57 lines, -2 lines 0 comments Download
A runtime/vm/cpu_x64.h View 1 2 3 4 5 6 7 8 1 chunk +67 lines, -0 lines 0 comments Download
M runtime/vm/cpu_x64.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +37 lines, -0 lines 0 comments Download
A runtime/vm/cpuid.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +48 lines, -0 lines 0 comments Download
A runtime/vm/cpuid.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +116 lines, -0 lines 0 comments Download
A runtime/vm/cpuinfo.h View 1 2 3 4 5 6 7 8 1 chunk +75 lines, -0 lines 0 comments Download
A runtime/vm/cpuinfo_android.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +81 lines, -0 lines 0 comments Download
A runtime/vm/cpuinfo_linux.cc View 1 2 3 4 5 6 7 8 1 chunk +128 lines, -0 lines 0 comments Download
A runtime/vm/cpuinfo_macos.cc View 1 2 3 4 5 6 7 8 1 chunk +93 lines, -0 lines 0 comments Download
A runtime/vm/cpuinfo_test.cc View 1 2 3 4 5 6 7 8 1 chunk +19 lines, -0 lines 0 comments Download
A runtime/vm/cpuinfo_win.cc View 1 2 3 4 5 6 7 8 1 chunk +87 lines, -0 lines 0 comments Download
M runtime/vm/dart.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +5 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
A runtime/vm/proccpuinfo.h View 1 2 3 4 5 6 7 8 1 chunk +34 lines, -0 lines 0 comments Download
A runtime/vm/proccpuinfo.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +156 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/simulator_arm.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M runtime/vm/vm_sources.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zra
6 years, 10 months ago (2014-02-18 17:15:04 UTC) #1
zra
Ping. After this lands, it'll be easier to bring up the VM on beaglebone, etc.
6 years, 10 months ago (2014-02-20 21:33:12 UTC) #2
siva
https://codereview.chromium.org/136303012/diff/840001/runtime/vm/cpu.h File runtime/vm/cpu.h (right): https://codereview.chromium.org/136303012/diff/840001/runtime/vm/cpu.h#newcode24 runtime/vm/cpu.h:24: extra blank line? https://codereview.chromium.org/136303012/diff/840001/runtime/vm/cpu_arm.h File runtime/vm/cpu_arm.h (right): https://codereview.chromium.org/136303012/diff/840001/runtime/vm/cpu_arm.h#newcode1 runtime/vm/cpu_arm.h:1: ...
6 years, 10 months ago (2014-02-21 19:28:55 UTC) #3
zra
Thanks! https://codereview.chromium.org/136303012/diff/840001/runtime/vm/cpu.h File runtime/vm/cpu.h (right): https://codereview.chromium.org/136303012/diff/840001/runtime/vm/cpu.h#newcode24 runtime/vm/cpu.h:24: On 2014/02/21 19:28:55, siva wrote: > extra blank ...
6 years, 10 months ago (2014-02-21 21:51:55 UTC) #4
siva
lgtm
6 years, 10 months ago (2014-02-21 22:02:14 UTC) #5
zra
6 years, 10 months ago (2014-02-24 19:28:47 UTC) #6
Message was sent while issue was closed.
Committed patchset #11 manually as r32980 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698