Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unwrapped (0.09 sec)

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

    // Currently (1.17 dev) such a stack map is always ABI0;
    // any ABI wrapper that is present is nosplit, hence a precise
    // stack map is not needed there (the parameters survive only long
    // enough to call the wrapped assembly function).
    // This always returns a freshly copied ABI.
    func AbiForBodylessFuncStackMap(fn *ir.Func) *abi.ABIConfig {
    	return ssaConfig.ABI0.Copy() // No idea what races will result, be safe
    }
    
    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-63389`](https://youtrack.jetbrains.com/issue/KT-63389) K2: `WRONG_ANNOTATION_TARGET` is reported on incompatible annotations of a type wrapped into `()?`
    - [`KT-66748`](https://youtrack.jetbrains.com/issue/KT-66748) K2: False-positive AMBIGUOUS_SUPER in toString
    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