Index: src/x64/stub-cache-x64.cc |
=================================================================== |
--- src/x64/stub-cache-x64.cc (revision 5685) |
+++ src/x64/stub-cache-x64.cc (working copy) |
@@ -1191,6 +1191,10 @@ |
__ ret((argc + 1) * kPointerSize); |
__ bind(&attempt_to_grow_elements); |
+ if (!FLAG_inline_new) { |
+ __ jmp(&call_builtin); |
+ } |
+ |
ExternalReference new_space_allocation_top = |
ExternalReference::new_space_allocation_top_address(); |
ExternalReference new_space_allocation_limit = |