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

Unified Diff: src/jump-target-light.h

Issue 2828004: ARM: Remove a bunch of spilled scopes. Still a lot to go. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 6 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: src/jump-target-light.h
===================================================================
--- src/jump-target-light.h (revision 4863)
+++ src/jump-target-light.h (working copy)
@@ -120,6 +120,9 @@
// Has an entry frame been found?
bool entry_frame_set_;
+ // Can we branch backwards to this label?
+ Directionality direction_;
+
// The frame used on entry to the block and expected at backward
// jumps to the block. Set the first time something branches to this
// jump target.
@@ -150,6 +153,7 @@
public:
// Construct a break target.
inline BreakTarget();
+ inline BreakTarget(JumpTarget::Directionality direction);
virtual ~BreakTarget() {}

Powered by Google App Engine
This is Rietveld 408576698