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

Unified Diff: src/assembler-arm.h

Issue 3807: Remove the ARM jump elimination. (Closed)
Patch Set: Blah Created 12 years, 3 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
« no previous file with comments | « no previous file | src/assembler-arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler-arm.h
diff --git a/src/assembler-arm.h b/src/assembler-arm.h
index 351ce3de84eb6cc4ed0e3c6f9841db4ddbf6942a..1aebc424580cc6881f6f8e69c7114ef1773330ac 100644
--- a/src/assembler-arm.h
+++ b/src/assembler-arm.h
@@ -742,12 +742,7 @@ class Assembler : public Malloced {
RelocInfo prinfo_[kMaxNumPRInfo]; // the buffer of pending relocation info
int num_prinfo_; // number of pending reloc info entries in the buffer
- // Jump-to-jump elimination:
- // The last label to be bound to _binding_pos, if unbound.
- Label unbound_label_;
- // The position to which _unbound_label has to be bound, if present.
- int binding_pos_;
- // The position before which jumps cannot be eliminated.
+ // The bound position, before this we cannot do instruction elimination.
int last_bound_pos_;
// source position information
« no previous file with comments | « no previous file | src/assembler-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698