Commit 01c7c81
fix bugs
Summary:
We saw some crashes in Jumpstart from a couple different reasons:
1. Race condition in accessing the autoload map from different threads. More details from patzar in D95252496. The fix for this is stolen from that diff just to roll both fixes at once
2. Hitting the max translation limit in HHVM from jumpstart translations. We didn't dedupe the jumpstart translations, so there was a greater chance it could hit the limit.
Reviewed By: jaewie
Differential Revision: D95271543
fbshipit-source-id: 623e17b7e8acdcaefbc2efa863706eaafd55769c1 parent c22f939 commit 01c7c81
2 files changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
414 | 415 | | |
415 | 416 | | |
416 | 417 | | |
417 | | - | |
418 | | - | |
419 | | - | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
420 | 421 | | |
421 | 422 | | |
422 | 423 | | |
| |||
633 | 634 | | |
634 | 635 | | |
635 | 636 | | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
636 | 644 | | |
637 | 645 | | |
638 | 646 | | |
639 | 647 | | |
| 648 | + | |
640 | 649 | | |
641 | 650 | | |
642 | 651 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
1166 | 1171 | | |
1167 | 1172 | | |
1168 | 1173 | | |
| |||
0 commit comments