Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Sreedhar (0.17 sec)

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

    // For small functions, we use Braun, Buchwald, Hack, Leißa, Mallon, and Zwinkau.
    // https://pp.info.uni-karlsruhe.de/uploads/publikationen/braun13cc.pdf
    // For large functions, we use Sreedhar & Gao: A Linear Time Algorithm for Placing Φ-Nodes.
    // http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.8.1979&rep=rep1&type=pdf
    
    const smallBlocks = 500
    
    const debugPhi = false
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 17:59:44 UTC 2022
    - 15.2K bytes
    - Viewed (0)
Back to top