]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: skip runtime.nextFreeFast inlining test on MIPS64x
authorCherry Zhang <cherryyz@google.com>
Fri, 20 Oct 2017 14:53:48 +0000 (10:53 -0400)
committerCherry Zhang <cherryyz@google.com>
Fri, 20 Oct 2017 20:20:15 +0000 (20:20 +0000)
commit5c18a3ca70268c3a85972a4bb40f5dbb0277a27f
treeb51d50a698f1f7d761daa9590ac2938174bef88b
parent7dcf406cfea0dd1f84fed0c69d3472b21e1c490d
cmd/compile: skip runtime.nextFreeFast inlining test on MIPS64x

Since inlining budget calculation is fixed in CL 70151
runtime.nextFreeFast is no longer inlineable on MIPS64x because
it does not support Ctz64 as intrinsic. Skip the test.

Updates #22239.

Change-Id: Id00d55628ddb4b48d27aebfa10377a896765d569
Reviewed-on: https://go-review.googlesource.com/72271
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/inl_test.go