codegen

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2018 License: BSD-3-Clause Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MaxFuncParams      = 255   // index+1 must fit in uint8
	MaxFuncLocals      = 8191  // index must fit in uint16; TODO
	MaxBranchTableSize = 32768 // TODO
)

Variables

This section is empty.

Functions

func GenProgram

func GenProgram(
	text code.Buffer,
	roData data.Buffer,
	roDataAddr int32,
	objMap obj.Map,
	load loader.L,
	m *module.M,
	entryIndex int,
	entryArgs []uint64,
	eventHandler func(event.Event),
)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL