ethereum / ethereum/evmjit

Cross-call jit

Open
#38 1 comment 0 reactions 0 assignees View on GitHub
planned
Dominant language
C++
Stars
169
Forks
78
PR merge metrics
No merged PRs in 30d

Description

If the bytecode of a call target is compiled, the jit should directly invoke it without first going through the runtime. This of course requires information like the current call stack depth to be available to the jited module.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Start by tracing how compiled call targets currently pass through the runtime and how the JIT represents call-stack depth; the work is done when a compiled target can be invoked directly with the required state and this behavior is verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
compilers
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.