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

Issue 8760015: Disable x64 disassembler under win32. (Closed)

Created:
9 years ago by regis
Modified:
9 years ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Disable x64 disassembler under win32. Add x64 assembler macros. Committed: https://code.google.com/p/dart/source/detail?r=1955

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -1 line) Patch
M runtime/vm/assembler_macros.h View 1 chunk +1 line, -1 line 0 comments Download
A runtime/vm/assembler_macros_x64.h View 1 chunk +40 lines, -0 lines 0 comments Download
A runtime/vm/assembler_macros_x64.cc View 1 1 chunk +58 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_x64.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
regis
9 years ago (2011-11-30 23:41:00 UTC) #1
Ivan Posva
LGTM after comment is addressed. -Ivan http://codereview.chromium.org/8760015/diff/1/runtime/vm/assembler_macros_x64.cc File runtime/vm/assembler_macros_x64.cc (right): http://codereview.chromium.org/8760015/diff/1/runtime/vm/assembler_macros_x64.cc#newcode24 runtime/vm/assembler_macros_x64.cc:24: #if defined(DEBUG) This ...
9 years ago (2011-11-30 23:50:29 UTC) #2
regis
9 years ago (2011-12-01 00:08:50 UTC) #3
Thanks

http://codereview.chromium.org/8760015/diff/1/runtime/vm/assembler_macros_x64.cc
File runtime/vm/assembler_macros_x64.cc (right):

http://codereview.chromium.org/8760015/diff/1/runtime/vm/assembler_macros_x64...
runtime/vm/assembler_macros_x64.cc:24: #if defined(DEBUG)
On 2011/11/30 23:50:29, Ivan Posva wrote:
> This whole thing needs to start with:
> __ Untested("AssemblerMacros::TryAllocate");
> 
> Unless of course you tested this code already.

Done.

Powered by Google App Engine
This is Rietveld 408576698