ef71bc1834
- [x] Start reloading even earlier. - [x] Keep the value of FLAG_reload_every per-isolate (so spawned isolates reload eagerly too). - [x] Adjust the reload every back off curve to be linear in the beginning. - [x] Cap the reload every threshold at 1,000,000 - [x] Test status file updates. - [x] Stop disabling the background compiler / OSR when running tests. - [x] Skip multi tests with compilation errors when reloading. BUG= R=rmacnak@google.com Review URL: https://codereview.chromium.org/2133823002 .