Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for shop (0.11 sec)

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

    		s.store(t, p, v)
    	}
    }
    
    // zeroResults zeros the return values at the start of the function.
    // We need to do this very early in the function.  Defer might stop a
    // panic and show the return values as they exist at the time of
    // panic.  For precise stacks, the garbage collector assumes results
    // are always live, so we need to zero them before any allocations,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. doc/go_spec.html

    Comments serve as program documentation. There are two forms:
    </p>
    
    <ol>
    <li>
    <i>Line comments</i> start with the character sequence <code>//</code>
    and stop at the end of the line.
    </li>
    <li>
    <i>General comments</i> start with the character sequence <code>/*</code>
    and stop with the first subsequent character sequence <code>*/</code>.
    </li>
    </ol>
    
    <p>
    A comment cannot start inside a <a href="#Rune_literals">rune</a> or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
Back to top