aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/preempt_amd64.s
AgeCommit message (Expand)Author
2021-02-23runtime: save R15 before checking AVX stateKeith Randall
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh
2020-10-29reflect,runtime: use internal ABI for selected ASM routinesThan McIntosh
2020-02-26runtime: guard VZEROUPPER on CPU featureCherry Zhang
2020-02-13runtime: zero upper bit of Y registers in asyncPreempt on darwin/amd64Cherry Zhang
2019-11-02runtime: asynchronous preemption function for x86Austin Clements