Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Bainter (0.18 sec)

  1. doc/go_mem.html

    in an unspecified order.
    This means that races on multiword data structures
    can lead to inconsistent values not corresponding to a single write.
    When the values depend on the consistency
    of internal (pointer, length) or (pointer, type) pairs,
    as can be the case for interface values, maps,
    slices, and strings in most Go implementations,
    such races can in turn lead to arbitrary memory corruption.
    </p>
    
    <p>
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    <p>
    A <code>Pointer</code> is a <a href="#Pointer_types">pointer type</a> but a <code>Pointer</code>
    value may not be <a href="#Address_operators">dereferenced</a>.
    Any pointer or value of <a href="#Types">underlying type</a> <code>uintptr</code> can be converted to
    a type of underlying type <code>Pointer</code> and vice versa.
    The effect of converting between <code>Pointer</code> and <code>uintptr</code> is implementation-defined.
    </p>
    
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. doc/asm.html

    the toolchain, such as a frame pointer.
    The set of pseudo-registers is the same for all architectures:
    </p>
    
    <ul>
    
    <li>
    <code>FP</code>: Frame pointer: arguments and locals.
    </li>
    
    <li>
    <code>PC</code>: Program counter:
    jumps and branches.
    </li>
    
    <li>
    <code>SB</code>: Static base pointer: global symbols.
    </li>
    
    <li>
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  4. doc/go_spec.html

    -->
    
    <p>
    A <code>Pointer</code> is a <a href="#Pointer_types">pointer type</a> but a <code>Pointer</code>
    value may not be <a href="#Address_operators">dereferenced</a>.
    Any pointer or value of <a href="#Core_types">core type</a> <code>uintptr</code> can be
    <a href="#Conversions">converted</a> to a type of core type <code>Pointer</code> and vice versa.
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
Back to top