Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InitMem (0.24 sec)

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

    // For example:
    // b1:
    //
    //	(some values)
    //
    // plain -> b2
    // b2: <- b1 b2
    // Plain -> b2
    //
    // Algorithm introduction:
    //  1. The start memory state of a block is InitMem, a Phi node of type mem or
    //     an incoming memory value.
    //  2. The start memory state of a block is consistent with the end memory state
    //     of its parent nodes. If the start memory state of a block is a Phi value,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 16 01:01:38 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top