Revision: 18352
Author: [email protected]
Date: Wed Dec 18 16:17:42 2013 UTC
Log: Bump codesize limit for OSR.
[email protected]
Review URL: https://codereview.chromium.org/111603008
http://code.google.com/p/v8/source/detail?r=18352
Modified:
/branches/bleeding_edge/src/runtime-profiler.cc
=======================================
--- /branches/bleeding_edge/src/runtime-profiler.cc Fri Dec 6 09:52:40
2013 UTC
+++ /branches/bleeding_edge/src/runtime-profiler.cc Wed Dec 18 16:17:42
2013 UTC
@@ -66,7 +66,7 @@
100 * FullCodeGenerator::kCodeSizeMultiplier;
static const int kOSRCodeSizeAllowancePerTick =
- 3 * FullCodeGenerator::kCodeSizeMultiplier;
+ 4 * FullCodeGenerator::kCodeSizeMultiplier;
// Maximum size in bytes of generated code for a function to be optimized
// the very first time it is seen on the stack.
--
--
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/groups/opt_out.