Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Graves (0.22 sec)

  1. doc/asm.html

    </p>
    
    <h3 id="runtime">Runtime Coordination</h3>
    
    <p>
    For garbage collection to run correctly, the runtime must know the
    location of pointers in all global data and in most stack frames.
    The Go compiler emits this information when compiling Go source files,
    but assembly programs must define it explicitly.
    </p>
    
    <p>
    A data symbol marked with the <code>NOPTR</code> flag (see above)
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top