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

Unified Diff: src/IceCfg.h

Issue 1746613002: Subzero: Reduce copying of Liveness bitvectors. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix huge perf problem in MINIMAL build Created 4 years, 10 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/IceCfg.cpp » ('j') | src/IceCfg.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceCfg.h
diff --git a/src/IceCfg.h b/src/IceCfg.h
index 64a454cdd8056449ae98bf9146c86ec447ef78c7..aa4b855501349c7ee28a084578d66e73092476c4 100644
--- a/src/IceCfg.h
+++ b/src/IceCfg.h
@@ -219,6 +219,8 @@ public:
const CfgNode *getCurrentNode() const { return CurrentNode; }
/// @}
+ static size_t getTotalMemoryMB();
John 2016/02/29 15:12:31 why is this a member of CFG? this seems like a glo
Jim Stichnoth 2016/02/29 22:58:26 Added a comment that this was really for use withi
+
void emit();
void emitIAS();
static void emitTextHeader(const IceString &MangledName, GlobalContext *Ctx,
« no previous file with comments | « no previous file | src/IceCfg.cpp » ('j') | src/IceCfg.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698