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

Issue 10825418: Repair x64 disassembler: (Closed)

Created:
8 years, 4 months ago by Vyacheslav Egorov (Google)
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Repair x64 disassembler: - fix disassembler constructor to initialize fields correctly; - move more code from InstructionDecode to DecodeInstructionType, this ensures that it'll use the right value of current variable (which is not always equal to **data as it assumed before). R=kmillikin@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=10898

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -26 lines) Patch
M runtime/vm/disassembler_x64.cc View 4 chunks +30 lines, -26 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Google)
8 years, 4 months ago (2012-08-17 13:09:24 UTC) #1
Kevin Millikin (Google)
8 years, 4 months ago (2012-08-17 13:10:55 UTC) #2
LGTM and thanks.

Powered by Google App Engine
This is Rietveld 408576698