Put a cap on op slab sizes
authorFather Chrysostomos <sprout@cpan.org>
Sun, 1 Jul 2012 00:37:25 +0000 (17:37 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 2 Jul 2012 15:44:07 +0000 (08:44 -0700)
commite6cee8c0491df869a38a97c153e5013ccd05f6bd
tree20c8e68963b46e2c23b2b49cbd99225f277ede6a
parentb4b0692a73a016eba05a78e6c2e9a5eae7862567
Put a cap on op slab sizes

If a subroutine is *really* big, we don’t want to allocate, say, 4MB
for ops when just over 2 will do, just because there was one op more
than could fit in 2MB.
op.c