Index: src/frames.h |
diff --git a/src/frames.h b/src/frames.h |
index 7a09bb402461d30246407c93efc5a68ee7becd2f..2d4f338ae0f7f76f16cfe25fc0c53a8934222619 100644 |
--- a/src/frames.h |
+++ b/src/frames.h |
@@ -67,7 +67,7 @@ class PcToCodeCache : AllStatic { |
static PcToCodeCacheEntry* GetCacheEntry(Address pc); |
private: |
- static const int kPcToCodeCacheSize = 256; |
+ static const int kPcToCodeCacheSize = 1024; |
static PcToCodeCacheEntry cache_[kPcToCodeCacheSize]; |
}; |