-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NativeAOT] Some cleanup of assembly helpers in hijack area. (#72542)
* remove RhpReversePInvokeAttachOrTrapThread (dead code) * remove RhpWaitForGC * removing some dead code * remove unused extraStack parameter to PUSH_PROBE_FRAME * make all working variants of RhpGcProbeHijack to have the same shape * fix Unix build, tweak some comments * check the trap flag in RhpGcProbeHijack * add a stub for RhpGcStressHijack on Unix * save flags for windows x64 should not have rdx * not saving scratch registers on win-arm64 * PUSH_PROBE_FRAME on arm64 * couple comments * make RhpGcProbeHijack responsible for setting PTFF_SAVE_ bits * revert `RhpReversePInvokeAttachOrTrapThread2` change * fix indentation * made 32bit RhpGcStressHijack similar to 64bit counterparts (as much as can be done without trying to compile and test) * Renamed `RhpGcProbe` --> `RhpWaitForGC`
- Loading branch information
Showing
19 changed files
with
269 additions
and
1,848 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
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
Oops, something went wrong.