]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: update TestIntendedInlining for riscv64
authorJoel Sing <joel@sing.id.au>
Mon, 13 Apr 2020 16:36:36 +0000 (02:36 +1000)
committerJoel Sing <joel@sing.id.au>
Mon, 13 Apr 2020 17:29:23 +0000 (17:29 +0000)
commitd3d21d0a4280444dd1d093eb73596a7326c0a651
treed8f088a2b5b59abc72fdcfd30d748cf55198f5e3
parent28a55d01236d27390e20bb35093c2a590ca42e47
cmd/compile: update TestIntendedInlining for riscv64

Mark nextFreeFast as not inline, as it is too expensive to inline on riscv64.
Also remove riscv64 from non-atomic inline architectures, as we now have
atomic intrisics.

Updates #22239

Change-Id: I6e0e72c1192070e39f065bee486f48df4cc74b35
Reviewed-on: https://go-review.googlesource.com/c/go/+/227808
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/inl_test.go