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

Unified Diff: runtime/vm/code_descriptors.h

Issue 10882055: Put live register bits in stackmaps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/code_descriptors.h
diff --git a/runtime/vm/code_descriptors.h b/runtime/vm/code_descriptors.h
index 95def20750f8af701e5adcc2253a97bbb7574980..11742e798b48e920bba01b108399e36af1f98ea0 100644
--- a/runtime/vm/code_descriptors.h
+++ b/runtime/vm/code_descriptors.h
@@ -71,7 +71,9 @@ class StackmapTableBuilder : public ZoneAllocated {
GrowableObjectArray::New(Heap::kOld))) { }
~StackmapTableBuilder() { }
- void AddEntry(intptr_t pc_offset, BitmapBuilder* bitmap);
+ void AddEntry(intptr_t pc_offset,
+ BitmapBuilder* bitmap,
+ intptr_t register_count);
bool Verify();

Powered by Google App Engine
This is Rietveld 408576698