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

Issue 10536096: Add code comment to ia32 disassembly as well, bug fix new ia32 compiler, remove use of TMP register… (Closed)

Created:
8 years, 6 months ago by srdjan
Modified:
8 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add code comment to ia32 disassembly as well, bug fix new ia32 compiler, remove use of TMP register outside the assembler. Inlined special methods: ObjectArray, ImmutableArray and GrowableArray and String length getters. Committed: https://code.google.com/p/dart/source/detail?r=8554

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -60 lines) Patch
M runtime/vm/assembler_ia32.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/disassembler_ia32.cc View 1 2 3 4 5 6 1 chunk +8 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 3 4 5 6 4 chunks +181 lines, -40 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 4 5 6 1 chunk +25 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 5 6 4 chunks +55 lines, -9 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 5 6 4 chunks +21 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
8 years, 6 months ago (2012-06-11 23:21:00 UTC) #1
Vyacheslav Egorov (Google)
lgtm
8 years, 6 months ago (2012-06-12 09:11:19 UTC) #2
Vyacheslav Egorov (Google)
8 years, 6 months ago (2012-06-12 15:30:19 UTC) #3
I have CL depending on this on that implements kDoubleToDouble and
kIntegerToDouble.

Powered by Google App Engine
This is Rietveld 408576698