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

Issue 10832214: Move deopt reason into PcDescriptor so the EAX/RAX register is not destroyed. Some cleanups in PC d… (Closed)

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

Description

Move deopt reason into PcDescriptor so the EAX/RAX register is not destroyed. Some cleanups in PC descriptor. Committed: https://code.google.com/p/dart/source/detail?r=10424

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -84 lines) Patch
M runtime/vm/code_generator.cc View 4 chunks +15 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 2 chunks +0 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 17 chunks +1 line, -20 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 17 chunks +1 line, -20 lines 0 comments Download
M runtime/vm/object.h View 2 chunks +11 lines, -7 lines 0 comments Download
M runtime/vm/object.cc View 3 chunks +30 lines, -11 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
8 years, 4 months ago (2012-08-08 21:53:59 UTC) #1
regis
8 years, 4 months ago (2012-08-08 22:14:32 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698