Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for varToMapInit (0.1 sec)

  1. src/cmd/compile/internal/staticinit/sched.go

    			ir.Dump("StaticInit failed", n)
    		}
    		s.append(n)
    	}
    }
    
    // varToMapInit holds book-keeping state for global map initialization;
    // it records the init function created by the compiler to host the
    // initialization code for the map in question.
    var varToMapInit map[*ir.Name]*ir.Func
    
    // MapInitToVar is the inverse of VarToMapInit; it maintains a mapping
    // from a compiler-generated init function to the map the function is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 17:16:14 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top