optimizer

package
v20.2.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package optimizer optimizes VM programs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Optimize

func Optimize(prog program.Program) program.Program

Optimize improves the performance of the given program by re-arranging its opcodes. It doesn't change the behavior of the program. This is similar to optimizers in compilers.

func RemoveDuplicateCheckout

func RemoveDuplicateCheckout(prog program.Program) program.Program

RemoveDuplicateCheckout returns the given program were checkout opcodes that are immediately followed by other checkout opcodes are removed.

Types

This section is empty.

Jump to

Keyboard shortcuts

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