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

Unified Diff: src/IceAssembler.h

Issue 1738443002: Subzero. Performance tweaks. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Undoes Makefile changes. 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 | « Makefile.standalone ('k') | src/IceBitVector.h » ('j') | src/IceBitVector.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceAssembler.h
diff --git a/src/IceAssembler.h b/src/IceAssembler.h
index b25d9b473dc3f3b2cc24b8adc07987869f0173c6..794cfefefd2bb5671a8f36029b63572ffa4e1ab0 100644
--- a/src/IceAssembler.h
+++ b/src/IceAssembler.h
@@ -338,7 +338,7 @@ protected:
private:
const AssemblerKind Kind;
- ArenaAllocator<32 * 1024> Allocator;
+ ArenaAllocator Allocator;
Jim Stichnoth 2016/02/24 23:23:32 So the assembler arena size increases now, hope th
John 2016/02/24 23:46:05 It was very unfortunate that ArenaAllocator was a
/// FunctionName and IsInternal are transferred from the original Cfg object,
/// since the Cfg object may be deleted by the time the assembler buffer is
/// emitted.
« no previous file with comments | « Makefile.standalone ('k') | src/IceBitVector.h » ('j') | src/IceBitVector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698