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

Issue 9701010: First step towards implementing stack map descriptions for the optimizing compiler. (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

First step towards implementing stack map descriptions for the optimizing compiler. Add a RawBitmap object and a bitmap builder. Committed: https://code.google.com/p/dart/source/detail?r=5502

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 24

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+510 lines, -2 lines) Patch
A vm/bitmap.h View 1 2 3 4 5 6 7 1 chunk +67 lines, -0 lines 0 comments Download
A vm/bitmap.cc View 1 2 3 4 5 6 1 chunk +109 lines, -0 lines 0 comments Download
A vm/bitmap_test.cc View 1 2 3 4 5 1 chunk +105 lines, -0 lines 0 comments Download
M vm/object.h View 1 2 3 4 5 6 7 6 chunks +52 lines, -0 lines 0 comments Download
M vm/object.cc View 1 2 3 4 5 6 7 6 chunks +116 lines, -0 lines 0 comments Download
M vm/raw_object.h View 1 2 3 4 5 6 7 3 chunks +27 lines, -1 line 0 comments Download
M vm/raw_object.cc View 1 2 3 4 5 6 7 3 chunks +15 lines, -1 line 0 comments Download
M vm/raw_object_snapshot.cc View 1 2 3 4 5 6 7 1 chunk +16 lines, -0 lines 0 comments Download
M vm/vm_sources.gypi View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
siva
8 years, 9 months ago (2012-03-14 02:14:38 UTC) #1
srdjan
https://chromiumcodereview.appspot.com/9701010/diff/3005/vm/bitmap.cc File vm/bitmap.cc (right): https://chromiumcodereview.appspot.com/9701010/diff/3005/vm/bitmap.cc#newcode28 vm/bitmap.cc:28: (size_ == kInitialSize) ? bit_list_ : bit_list_dynamic_; You could ...
8 years, 9 months ago (2012-03-14 17:31:31 UTC) #2
siva
Addressed review comments. I have renamed RawBitmap/Bitmap to RawStackmap/Stackmap to make it more clear in ...
8 years, 9 months ago (2012-03-14 22:54:20 UTC) #3
srdjan
LGTM https://chromiumcodereview.appspot.com/9701010/diff/3010/vm/bitmap.h File vm/bitmap.h (right): https://chromiumcodereview.appspot.com/9701010/diff/3010/vm/bitmap.h#newcode14 vm/bitmap.h:14: class RawStackmap; Alphabetical order
8 years, 9 months ago (2012-03-14 23:03:25 UTC) #4
siva
8 years, 9 months ago (2012-03-15 00:17:37 UTC) #5
Thanks.

https://chromiumcodereview.appspot.com/9701010/diff/3010/vm/bitmap.h
File vm/bitmap.h (right):

https://chromiumcodereview.appspot.com/9701010/diff/3010/vm/bitmap.h#newcode14
vm/bitmap.h:14: class RawStackmap;
On 2012/03/14 23:03:25, srdjan wrote:
> Alphabetical order

Done.

Powered by Google App Engine
This is Rietveld 408576698