Commit 56cb23a
authored
JIT: Keep continuation alive until generic context is loaded (#121951)
There is a theoretical problem where JIT reports the continuation as
dead before having restored the generic context local that the EE side
is using to keep a `LoaderAllocator` alive.
Insert an explicit `GT_KEEPALIVE` node after the state restore.
Fix #1172651 parent d345fb2 commit 56cb23a
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1972 | 1972 | | |
1973 | 1973 | | |
1974 | 1974 | | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
| 1978 | + | |
| 1979 | + | |
| 1980 | + | |
| 1981 | + | |
| 1982 | + | |
1975 | 1983 | | |
1976 | 1984 | | |
1977 | 1985 | | |
| |||
0 commit comments