Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: D2131171
- Loading branch information