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

Issue 9721006: Second set of changes for implementation of stack map support. (Closed)

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

Description

Second set of changes for implementation of stack map support. - Added functionality to be able to build stack maps in the compiler and register them into the Code object during Code finalization. - Merged code_generator_ia32_test.cc and code_generator_x64_test.cc into code_generator_test.cc as the two files were identical. Committed: https://code.google.com/p/dart/source/detail?r=5764

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -1111 lines) Patch
A vm/code_descriptors.h View 1 2 1 chunk +116 lines, -0 lines 0 comments Download
A vm/code_descriptors.cc View 1 chunk +84 lines, -0 lines 0 comments Download
A vm/code_descriptors_test.cc View 1 chunk +137 lines, -0 lines 0 comments Download
M vm/code_generator.h View 2 chunks +1 line, -49 lines 0 comments Download
M vm/code_generator.cc View 2 chunks +1 line, -34 lines 0 comments Download
M vm/code_generator_arm.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M vm/code_generator_ia32.h View 4 chunks +6 lines, -1 line 0 comments Download
M vm/code_generator_ia32.cc View 3 chunks +16 lines, -1 line 0 comments Download
D vm/code_generator_ia32_test.cc View 1 chunk +0 lines, -500 lines 0 comments Download
A + vm/code_generator_test.cc View 3 chunks +2 lines, -5 lines 0 comments Download
M vm/code_generator_x64.h View 5 chunks +9 lines, -6 lines 0 comments Download
M vm/code_generator_x64.cc View 3 chunks +16 lines, -1 line 0 comments Download
D vm/code_generator_x64_test.cc View 1 chunk +0 lines, -500 lines 0 comments Download
M vm/compiler.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M vm/flow_graph_compiler_x64.h View 2 chunks +2 lines, -1 line 0 comments Download
M vm/flow_graph_compiler_x64.cc View 2 chunks +2 lines, -1 line 0 comments Download
M vm/object.h View 4 chunks +17 lines, -7 lines 0 comments Download
M vm/object.cc View 3 chunks +12 lines, -2 lines 0 comments Download
M vm/raw_object.h View 1 chunk +1 line, -0 lines 0 comments Download
M vm/vm_sources.gypi View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
siva
8 years, 9 months ago (2012-03-17 05:22:48 UTC) #1
siva
8 years, 9 months ago (2012-03-17 05:24:17 UTC) #2
srdjan
8 years, 9 months ago (2012-03-21 21:08:43 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698