Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for prepare (0.22 sec)

  1. doc/go1.22.html

      <dd>
        <p><!-- CL 516555 -->
          On Windows, the <a href="/pkg/os#Stat"><code>Stat</code></a> function now follows all reparse points
          that link to another named entity in the system.
          It was previously only following <code>IO_REPARSE_TAG_SYMLINK</code> and
          <code>IO_REPARSE_TAG_MOUNT_POINT</code> reparse points.
        </p>
    
        <p><!-- CL 541015 -->
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  2. doc/asm.html

    </p>
    
    <p>
    The <code>SP</code> pseudo-register is a virtual stack pointer
    used to refer to frame-local variables and the arguments being
    prepared for function calls.
    It points to the highest address within the local stack frame, so references should use negative offsets
    in the range [−framesize, 0):
    <code>x-8(SP)</code>, <code>y-4(SP)</code>, and so on.
    </p>
    
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
Back to top