Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Repository
23b51a68cbdd637824be906c9354a0b59c57491b
Switch branch/tag
geth-modification
core
vm
History
Find file
Select Archive Format
Source code
Download zip
Download tar.gz
Download tar.bz2
Download tar
core/vm: avoid state lookup during gas calc for call (#15061)
· 23b51a68
Martin Holst Swende
authored
7 years ago
23b51a68
Name
Last commit
Last update
..
runtime
core/vm/runtime: remove unused state parameter to NewEnv (#14953)
7 years ago
analysis.go
core/vm: Use a bitmap instead of a map for jumpdest analysis
7 years ago
common.go
core/vm: optimize copy-less data retrievals
7 years ago
contract.go
core, core/state, core/vm: remove exported account getters (#3618)
8 years ago
contracts.go
core/vm, crypto/bn256: fix bn256 use and pairing corner case
7 years ago
contracts_test.go
core/vm: renamed struct member + go fmt
7 years ago
doc.go
all: update license information
9 years ago
errors.go
core, tests: implement Metropolis EIP 684
7 years ago
evm.go
core, tests: implement Metropolis EIP 684
7 years ago
gas.go
params: core, core/vm, miner: 64bit gas instructions
8 years ago
gas_table.go
core/vm: avoid state lookup during gas calc for call (#15061)
7 years ago
gas_table_test.go
core/vm : fix testcase for gas calculation
7 years ago
gen_structlog.go
cmd/evm, core/vm: add --nomemory, --nostack to evm (#14617)
7 years ago
instructions.go
core: implement Metropolis EIP 658, receipt status byte
7 years ago
instructions_test.go
core/vm: benchmarking of metro precompiles
7 years ago
int_pool_verifier.go
all: update license information
8 years ago
int_pool_verifier_empty.go
all: update license information
8 years ago
interface.go
all: update license information
8 years ago
interpreter.go
core/vm: fix typo in method documentation (#15019)
7 years ago
intpool.go
core/vm: capped int pool
8 years ago
jump_table.go
core/vm: rework reversion to work on a higher level
7 years ago
logger.go
consensus, core, tests: implement Metropolis EIP 649
7 years ago
logger_test.go
core/vm: use uint64 instead of *big.Int in tracer (#3805)
8 years ago
memory.go
core/vm: polish RETURNDATA, add missing returns to CALL*
7 years ago
memory_table.go
core/vm: rework reversion to work on a higher level
7 years ago
noop.go
core, core/state, core/vm: remove exported account getters (#3618)
8 years ago
opcodes.go
core/vm: implement REVERT metropolis opcode
7 years ago
stack.go
core/vm: allocate stack to 1024
8 years ago
stack_table.go
all: update license information
8 years ago
vm_jit.go
core/vm: improved EVM run loop & instruction calling (#3378)
8 years ago
vm_jit_fake.go
core, core/vm: implemented a generic environment (#3348)
8 years ago