-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Skip unnecessary binary VN folding checks (#73919)
For a lot of extremely common binary VN functions we do a series of unnecessary folding checks, in particular VNF_ValWithExc and VNF_ExcSetCons. Introduce a VNForFuncNoFolding and VNPairForFuncNoFolding that bypasses folding and use it in some cases.
- Loading branch information
1 parent
8e2a059
commit 33704a5
Showing
2 changed files
with
82 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters