Logo
Explore Help
Sign In
gaspersic/go-ethereum
1
0
Fork 0
You've already forked go-ethereum
Code Issues Pull Requests Projects Releases Wiki Activity
go-ethereum/vm/debugger.go

11 lines
318 B
Go
Raw Normal View History

Moved ethvm => vm
2014-10-18 13:31:20 +02:00
package vm
Refactored VM to two separate VMs; std & debug Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements.
2014-10-14 11:48:52 +02:00
ethstate => state
2014-10-31 14:43:14 +01:00
import "github.com/ethereum/go-ethereum/state"
Refactored VM to two separate VMs; std & debug Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements.
2014-10-14 11:48:52 +02:00
type Debugger interface {
ethstate => state
2014-10-31 14:43:14 +01:00
BreakHook(step int, op OpCode, mem *Memory, stack *Stack, object *state.StateObject) bool
StepHook(step int, op OpCode, mem *Memory, stack *Stack, object *state.StateObject) bool
Refactored VM to two separate VMs; std & debug Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements.
2014-10-14 11:48:52 +02:00
BreakPoints() []int64
SetCode(byteCode []byte)
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 411ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API