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/IceBrowserCompileServer.cpp

Issue 1805593002: Subzero: Shorten global prefixes in non-DUMP build. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 9 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/IceClFlags.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceBrowserCompileServer.cpp
diff --git a/src/IceBrowserCompileServer.cpp b/src/IceBrowserCompileServer.cpp
index 30b3f2001e9d07f2133bfa2ea748eac12592d7c6..284a0c937523e34d99b9c38956f7714e2e4a2b42 100644
--- a/src/IceBrowserCompileServer.cpp
+++ b/src/IceBrowserCompileServer.cpp
@@ -172,13 +172,6 @@ void BrowserCompileServer::getParsedFlags(uint32_t NumThreads, int argc,
Flags->setUseSandboxing(true);
Flags->setOutFileType(FT_Elf);
Flags->setTargetArch(getTargetArch());
- // Make the prefixes short to reduce the chance that string construction will
- // have to resort to malloc(). Note that this won't change anything if the
- // pexe was finalize with "--no-strip-syms". TODO(stichnot): This will be
- // unnecessary when we stop directly constructing strings that are used for
- // names and lookup keys.
- Flags->setDefaultFunctionPrefix("F");
- Flags->setDefaultGlobalPrefix("G");
ExtraFlags->setBuildOnRead(true);
ExtraFlags->setInputFileFormat(llvm::PNaClFormat);
}
« no previous file with comments | « no previous file | src/IceClFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698