Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for myobject (0.07 sec)

  1. src/cmd/compile/internal/ssa/config.go

    	// UseWriteBarrier reports whether write barrier is enabled
    	UseWriteBarrier() bool
    
    	// Func returns the ir.Func of the function being compiled.
    	Func() *ir.Func
    }
    
    // NewConfig returns a new configuration object for the given architecture.
    func NewConfig(arch string, types Types, ctxt *obj.Link, optimize, softfloat bool) *Config {
    	c := &Config{arch: arch, Types: types}
    	c.useAvg = true
    	c.useHmul = true
    	switch arch {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:11:47 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top