Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkMap (0.11 sec)

  1. src/runtime/symtab.go

    			// Put the new element at the beginning,
    			// since it is the most likely to be newly used.
    			if debugCheckCache && checkPC != 0 {
    				if checkVal != val || checkPC != prevpc {
    					print("runtime: table value ", val, "@", prevpc, " != cache value ", checkVal, "@", checkPC, " at PC ", targetpc, " off ", off, "\n")
    					throw("bad pcvalue cache")
    				}
    			} else {
    				mp := acquirem()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
Back to top