Documentation ¶
Index ¶
Constants ¶
View Source
const ( LoadFactor = 0.5 InitCapacity = 4096 // must be a power of 2 )
Variables ¶
View Source
var FnWrite = hir.RegisterICall( rt.GetMethod((*iov.BufferWriter)(nil), "WriteDirect"), emu_icall_ZeroCopyWriter_WriteDirect, )
View Source
var ForceEmulator = os.Getenv("FRUGAL_BACKEND") == "emu"
Functions ¶
func IsByteType ¶
Types ¶
type ProgramCache ¶
type ProgramCache struct {
// contains filtered or unexported fields
}
func CreateProgramCache ¶
func CreateProgramCache() *ProgramCache
func (*ProgramCache) Get ¶
func (self *ProgramCache) Get(vt *rt.GoType) interface{}
type ProgramEntry ¶
type ProgramEntry struct {
// contains filtered or unexported fields
}
type ProgramMap ¶
type ProgramMap struct {
// contains filtered or unexported fields
}
type SyntaxError ¶
func (SyntaxError) Error ¶
func (self SyntaxError) Error() string
Click to show internal directories.
Click to hide internal directories.