event

package
v0.36.0 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2022 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// The init routine can be executed.  It may cause NoFunction traps.
	//
	// The event handler is a good place to resolve the entry function address,
	// because the compiler doesn't mutate the ObjectMapper during event
	// handler invocation.  CodeConfig.LastInitFunc must be greater or equal to
	// the entry function index - otherwise its address is not available during
	// Init event handling.
	//
	// This event is not necessarily delivered.
	Init = Event(iota)

	// All functions have been generated, but links to them haven't yet been
	// updated in previous functions.
	//
	// If required by ISA, code cache should be invalidated before the event
	// handler returns.
	//
	// This event is not necessarily delivered.
	FunctionBarrier
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event int

Event handler is invoked from a single goroutine (per compilation).

func (Event) String

func (e Event) String() string

Jump to

Keyboard shortcuts

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