Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. doc/go_mem.html

    (at least not without direct knowledge of the precise behavior of <code>f</code>):
    </p>
    
    <pre>
    f()
    i := *p
    *q = 1
    </pre>
    
    <p>
    If the call never returned, then once again the original program
    would never access <code>*p</code> or <code>*q</code>, but the rewritten program would.
    And if the call contained synchronizing operations, then the original program
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
Back to top