Revision: 22944
Author:   [email protected]
Date:     Wed Aug  6 17:16:13 2014 UTC
Log:      Allocate kMinimalBufferSize buffers in lithium
BUG=
[email protected]

Review URL: https://codereview.chromium.org/443023003
http://code.google.com/p/v8/source/detail?r=22944

Modified:
 /branches/bleeding_edge/src/lithium.cc

=======================================
--- /branches/bleeding_edge/src/lithium.cc      Mon Aug  4 11:34:54 2014 UTC
+++ /branches/bleeding_edge/src/lithium.cc      Wed Aug  6 17:16:13 2014 UTC
@@ -457,7 +457,8 @@


 Handle<Code> LChunk::Codegen() {
-  MacroAssembler assembler(info()->isolate(), NULL, 0);
+  MacroAssembler assembler(info()->isolate(), NULL,
+                           Assembler::kMinimalBufferSize);
   LOG_CODE_EVENT(info()->isolate(),
                  CodeStartLinePosInfoRecordEvent(
                      assembler.positions_recorder()));

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to