Documentation ¶
Index ¶
Constants ¶
View Source
const ( HEAP_START = arch.HeapStart HEAP_END = arch.HeapEnd PROGRAM_BREAK = arch.ProgramBreak )
View Source
const WordSizeBytes = arch.WordSizeBytes
Variables ¶
This section is empty.
Functions ¶
func PatchGoGC ¶ added in v1.9.3
PatchGoGC patches out garbage-collection-related symbols to disable garbage collection and improves performance by patching out floating-point-related symbols
func PatchStack ¶
PatchStack sets up the program's initial stack frame and stack pointer
Types ¶
type CreateInitialFPVMState ¶
type Metadata ¶
type Metadata struct {
Symbols []Symbol `json:"symbols"`
}
func (*Metadata) CreateSymbolMatcher ¶
func (m *Metadata) CreateSymbolMatcher(name string) mipsevm.SymbolMatcher
func (*Metadata) LookupSymbol ¶
Click to show internal directories.
Click to hide internal directories.