1. 565ad13 runtime: make PCDATA_RegMapUnsafe more clear and remove magic number by chainhelen · 4 years, 6 months ago
  2. ee33038 cmd/internal/obj, runtime: preempt & restart some instruction sequences by Cherry Zhang · 5 years ago
  3. 9d812cf cmd/compile,runtime: stack maps only at calls, remove register maps by Austin Clements · 5 years ago
  4. dcdee15 runtime: use innermost frame's func name for async preemption check by Cherry Zhang · 5 years ago
  5. c3f1492 cmd/internal/obj, runtime: use register map to mark unsafe points by Cherry Zhang · 5 years ago
  6. b89b462 runtime: support preemption on windows/{386,amd64} by Austin Clements · 5 years ago
  7. a930fed runtime: add async preemption support on MIPS and MIPS64 by Cherry Zhang · 5 years ago
  8. 3873e54 runtime: don't async preempt NO_LOCAL_POINTERS assembly functions by Cherry Zhang · 5 years ago
  9. 177a36a runtime: implement async scheduler preemption by Austin Clements · 5 years ago
  10. 62e53b7 runtime: use signals to preempt Gs for suspendG by Austin Clements · 5 years ago
  11. a3ffb0d runtime: asynchronous preemption function for x86 by Austin Clements · 5 years ago
  12. d196901 runtime: abstract M preemption check into a function by Austin Clements · 5 years ago
  13. 3f83411 runtime: add general suspendG/resumeG by Austin Clements · 5 years ago