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

Unified Diff: src/assembler-ia32.h

Issue 4321: Remove x86 jump elimination. (Closed)
Patch Set: 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-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler-ia32.h
diff --git a/src/assembler-ia32.h b/src/assembler-ia32.h
index 7c6786762d53673e36b35b9d2a94473cf810d8fe..84131043804f32e07a0285dcfa9accd3e5935771 100644
--- a/src/assembler-ia32.h
+++ b/src/assembler-ia32.h
@@ -727,14 +727,6 @@ class Assembler : public Malloced {
// push-pop elimination
byte* last_pc_;
- // 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.
- int last_bound_pos_;
-
// source position information
int last_position_;
int last_statement_position_;
« no previous file with comments | « no previous file | src/assembler-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698