Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index f1c9b3ccfaae7843cfb1be0357ce056d105a6fb3..f51b4e1a969b4585c74ca80461bbc87500372f7c 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -965,7 +965,7 @@ class Isolate { |
// SerializerDeserializer state. |
static const int kPartialSnapshotCacheCapacity = 1400; |
- static const int kJSRegexpStaticOffsetsVectorSize = 50; |
+ static const int kJSRegexpStaticOffsetsVectorSize = 128; |
Address external_callback() { |
return thread_local_top_.external_callback_; |