Index: src/x64/assembler-x64.h |
=================================================================== |
--- src/x64/assembler-x64.h (revision 2010) |
+++ src/x64/assembler-x64.h (working copy) |
@@ -877,6 +877,8 @@ |
int buffer_size_; |
// True if the assembler owns the buffer, false if buffer is external. |
bool own_buffer_; |
+ // A previously allocated buffer of kMinimalBufferSize bytes, or NULL. |
+ static byte* spare_buffer_; |
// code generation |
byte* pc_; // the program counter; moves forward |