Commit dae1f31
Do not translate functions from units marked as interpret-only.
Summary: create_function calls setInterpretOnly() but still goes to JIT in enterVM*
functions. This patch adds a check to avoid translating interpret-only functions
in shouldTranslateNoSizeLimit().
Fix #5399.
Closes #5453
Reviewed By: @jwatzman
Differential Revision: D21311711 parent e5fc614 commit dae1f31
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
344 | 349 | | |
345 | 350 | | |
346 | 351 | | |
| |||
0 commit comments