Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for allee (0.49 sec)

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

    // callTargetLSym returns the correct LSym to call 'callee' using its ABI.
    func callTargetLSym(callee *ir.Name) *obj.LSym {
    	if callee.Func == nil {
    		// TODO(austin): This happens in case of interface method I.M from imported package.
    		// It's ABIInternal, and would be better if callee.Func was never nil and we didn't
    		// need this case.
    		return callee.Linksym()
    	}
    
    	return callee.LinksymABI(callee.Func.ABI)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. ChangeLog.md

    - [`KT-63522`](https://youtrack.jetbrains.com/issue/KT-63522) K2: wrong context for delegated field type
    - [`KT-63454`](https://youtrack.jetbrains.com/issue/KT-63454) Properly check that inline fun is in the same module as callee in `IrSourceCompilerForInline`
    - [`KT-59951`](https://youtrack.jetbrains.com/issue/KT-59951) K2: Disappeared NO_TYPE_ARGUMENTS_ON_RHS
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
Back to top