Commit aabee01
Meghana Gupta
[MERGE #5783 @meg-gupta] StrictEquals fastpath
Merge pull request #5783 from meg-gupta:sefastpath
- Handle Neq case in TryGenerateFastCmSrXx
- While generating fastpath IsConstRegOpnd was checking IsSingleDef, change it to value type check to check for undefined/null/boolean
- Fast path for when one of the sources has a definite value type
- Changed helper path to include fast paths for objects which are not GlobalObject, HostDispatch or ExternalFile tree
12 files changed
+431
-137
lines changed- lib
- Backend
- arm64
- arm
- Runtime/Language
12 files changed
+431
-137
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6512 | 6512 | | |
6513 | 6513 | | |
6514 | 6514 | | |
6515 | | - | |
| 6515 | + | |
6516 | 6516 | | |
6517 | 6517 | | |
6518 | 6518 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2842 | 2842 | | |
2843 | 2843 | | |
2844 | 2844 | | |
2845 | | - | |
| 2845 | + | |
2846 | 2846 | | |
2847 | 2847 | | |
2848 | 2848 | | |
| |||
0 commit comments