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

Unified Diff: runtime/vm/bit_vector.h

Issue 11505002: Improve redundant load elimination (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix for real Created 8 years 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 | runtime/vm/bit_vector.cc » ('j') | runtime/vm/bit_vector.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bit_vector.h
diff --git a/runtime/vm/bit_vector.h b/runtime/vm/bit_vector.h
index 1b4828069fcee4c442e3ad12bde6996686554aba..f8a9a2c05439c5cf28c2076f3cbaf717fecbced3 100644
--- a/runtime/vm/bit_vector.h
+++ b/runtime/vm/bit_vector.h
@@ -76,6 +76,8 @@ class BitVector: public ZoneAllocated {
// Add all elements that are in the bitvector from.
bool AddAll(const BitVector* from);
+ bool RemoveAll(const BitVector* from);
Florian Schneider 2012/12/13 13:17:13 Maybe add a short line what it does.
Vyacheslav Egorov (Google) 2012/12/13 14:02:59 Done.
+
// From the bitvector gen add those elements that are not in the
// bitvector kill.
bool KillAndAdd(BitVector* kill, BitVector* gen);
« no previous file with comments | « no previous file | runtime/vm/bit_vector.cc » ('j') | runtime/vm/bit_vector.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698