Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIntendedInlining (2.68 sec)

  1. src/cmd/compile/internal/test/inl_test.go

    	"internal/testenv"
    	"io"
    	"math/bits"
    	"regexp"
    	"runtime"
    	"strings"
    	"testing"
    )
    
    // TestIntendedInlining tests that specific functions are inlined.
    // This allows refactoring for code clarity and re-use without fear that
    // changes to the compiler will cause silent performance regressions.
    func TestIntendedInlining(t *testing.T) {
    	if testing.Short() && testenv.Builder() == "" {
    		t.Skip("skipping in short mode")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top