Increase gsharedvt trampolines by 10% from 4000 to 4400.
commit22bbf4416a64beb12ec2b0b5c7293892a12f0660
authorJay Krell <jaykrell@ntdev.microsoft.com>
Thu, 11 Apr 2019 10:03:52 +0000 (11 03:03 -0700)
committerMarek Safar <marek.safar@gmail.com>
Fri, 12 Apr 2019 06:30:15 +0000 (12 08:30 +0200)
tree0cb7cd3c954476bd260f4c54a5df3d54675da724
parentded4fa6558b689631006f4d15e318f857ee02b22
Increase gsharedvt trampolines by 10% from 4000 to 4400.

There are many minor arguments here.

Where this matters most -- iOS -- the pool is already dynamic.

Other platforms could use a dynamic pool or JIT (despite FullAOT).
Using JIT would defeat the test coverage.

Mitigates https://github.com/mono/mono/issues/13888.
If this feels too tenative, go bigger.
configure.ac