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

Unified Diff: runtime/vm/raw_object.h

Issue 10831261: Build and use stack maps in the SSA compiler. (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/raw_object.h
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
index c53b338d32dd6b9a3fa613df37b587e8f987d6a2..e134c4f6720079930620c15f59d14f9048588877 100644
--- a/runtime/vm/raw_object.h
+++ b/runtime/vm/raw_object.h
@@ -811,6 +811,7 @@ class RawCode : public RawObject {
intptr_t pointer_offsets_length_;
// This cannot be boolean because of alignment issues on x64 architectures.
intptr_t is_optimized_;
+ intptr_t spill_slot_count_;
srdjan 2012/08/10 23:11:05 Add comment what it means, when it is set.
Kevin Millikin (Google) 2012/08/13 15:10:37 Done.
// Variable length data follows here.
int32_t data_[0];

Powered by Google App Engine
This is Rietveld 408576698