]> Cypherpunks repositories - gostls13.git/commit
runtime: test a frameless function for async preemption
authorCherry Zhang <cherryyz@google.com>
Sun, 20 Oct 2019 21:24:14 +0000 (17:24 -0400)
committerCherry Zhang <cherryyz@google.com>
Tue, 5 Nov 2019 03:42:00 +0000 (03:42 +0000)
commit11db7e44692a2389b7e9bc2e157b363cf7be5ed8
tree7124a722a87b98b00c654733e2cfda4c36d3f01b
parenta866b48e4a3cb0c034cb98401e654317023188d9
runtime: test a frameless function for async preemption

Frameless function is an interesting case for call injection
espcially for LR architectures. Extend the test for this case.

Change-Id: I074090d09eeaf642e71e3f44fea216f66d39b817
Reviewed-on: https://go-review.googlesource.com/c/go/+/202339
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/testdata/testprog/preempt.go