Commit 995b6de
authored
JIT: Don't use
Follow-up to #108147 (comment). Add a flag for determining if `LinearScan::getKillSetForCall` can skip killing floating-point registers so that we can reduce dependencies on global `Compiler` state.Compiler::compFloatingPointUsed to check if FP kills are needed (#112668)1 parent 48b566c commit 995b6de
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
| 744 | + | |
744 | 745 | | |
745 | 746 | | |
746 | 747 | | |
747 | 748 | | |
748 | 749 | | |
749 | 750 | | |
| 751 | + | |
750 | 752 | | |
751 | 753 | | |
752 | | - | |
753 | 754 | | |
754 | 755 | | |
755 | 756 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
| 844 | + | |
845 | 845 | | |
| 846 | + | |
846 | 847 | | |
847 | 848 | | |
848 | 849 | | |
| |||
2332 | 2333 | | |
2333 | 2334 | | |
2334 | 2335 | | |
2335 | | - | |
2336 | 2336 | | |
2337 | 2337 | | |
2338 | 2338 | | |
| |||
2341 | 2341 | | |
2342 | 2342 | | |
2343 | 2343 | | |
| 2344 | + | |
2344 | 2345 | | |
2345 | 2346 | | |
2346 | 2347 | | |
| |||
2412 | 2413 | | |
2413 | 2414 | | |
2414 | 2415 | | |
2415 | | - | |
2416 | | - | |
| 2416 | + | |
| 2417 | + | |
2417 | 2418 | | |
2418 | 2419 | | |
2419 | 2420 | | |
| |||
3012 | 3013 | | |
3013 | 3014 | | |
3014 | 3015 | | |
| 3016 | + | |
3015 | 3017 | | |
3016 | 3018 | | |
3017 | 3019 | | |
| |||
0 commit comments