Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Java (0.02 sec)

  1. doc/go_mem.html

    must observe a value actually written to that location (perhaps by a concurrent executing goroutine)
    and not yet overwritten.
    These implementation constraints make Go more like Java or JavaScript,
    in that most races have a limited number of outcomes,
    and less like C and C++, where the meaning of any program with a race
    is entirely undefined, and the compiler may do anything at all.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 15:54:42 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/a.out.go

    	// store clock
    	ASTCK
    	ASTCKC
    	ASTCKE
    	ASTCKF
    
    	// macros
    	ACLEAR
    
    	// crypto
    	AKM
    	AKMC
    	AKLMD
    	AKIMD
    	AKDSA
    	AKMA
    	AKMCTR
    
    	// vector
    	AVA
    	AVAB
    	AVAH
    	AVAF
    	AVAG
    	AVAQ
    	AVACC
    	AVACCB
    	AVACCH
    	AVACCF
    	AVACCG
    	AVACCQ
    	AVAC
    	AVACQ
    	AVACCC
    	AVACCCQ
    	AVN
    	AVNC
    	AVAVG
    	AVAVGB
    	AVAVGH
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 16:41:03 UTC 2023
    - 12.4K bytes
    - Viewed (0)
Back to top