-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added some optimization around display, key. some inline documentation faster state transition by script * chore: rm fontset * perf: display optimization * perf: key transition optimization * perf: speed up * docs, key perf * docs
- Loading branch information
Showing
11 changed files
with
584 additions
and
724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Solchip8Test:testExecuteADD_I_VX() (gas: 114316) | ||
Solchip8Test:testExecuteADD_VX_NN() (gas: 89953) | ||
Solchip8Test:testExecuteADD_VX_VY() (gas: 94455) | ||
Solchip8Test:testExecuteAND_VX_VY() (gas: 91732) | ||
Solchip8Test:testExecuteCALL_ADDR() (gas: 114499) | ||
Solchip8Test:testExecuteCLS() (gas: 88378) | ||
Solchip8Test:testExecuteDRW_VX_VY_N() (gas: 344654) | ||
Solchip8Test:testExecuteJP_ADDR() (gas: 66234) | ||
Solchip8Test:testExecuteJP_V0_ADDR() (gas: 90378) | ||
Solchip8Test:testExecuteLD_B_VX() (gas: 141807) | ||
Solchip8Test:testExecuteLD_DT_VX() (gas: 111518) | ||
Solchip8Test:testExecuteLD_F_VX() (gas: 113199) | ||
Solchip8Test:testExecuteLD_I_ADDR() (gas: 88791) | ||
Solchip8Test:testExecuteLD_I_VX() (gas: 186348) | ||
Solchip8Test:testExecuteLD_ST_VX() (gas: 111602) | ||
Solchip8Test:testExecuteLD_VX_DT() (gas: 111159) | ||
Solchip8Test:testExecuteLD_VX_I() (gas: 185766) | ||
Solchip8Test:testExecuteLD_VX_K() (gas: 123385) | ||
Solchip8Test:testExecuteLD_VX_NN() (gas: 88611) | ||
Solchip8Test:testExecuteLD_VX_VY() (gas: 90258) | ||
Solchip8Test:testExecuteNOP() (gas: 50299) | ||
Solchip8Test:testExecuteOR_VX_VY() (gas: 91838) | ||
Solchip8Test:testExecuteRET() (gas: 97593) | ||
Solchip8Test:testExecuteRND_VX_NN() (gas: 89812) | ||
Solchip8Test:testExecuteSE_VX_NN() (gas: 91727) | ||
Solchip8Test:testExecuteSE_VX_VY() (gas: 93398) | ||
Solchip8Test:testExecuteSHL_VX_VY() (gas: 93145) | ||
Solchip8Test:testExecuteSHR_VX_VY() (gas: 92912) | ||
Solchip8Test:testExecuteSKNP_VX() (gas: 92890) | ||
Solchip8Test:testExecuteSKP_VX() (gas: 113798) | ||
Solchip8Test:testExecuteSNE_VX_NN() (gas: 91800) | ||
Solchip8Test:testExecuteSNE_VX_VY() (gas: 93984) | ||
Solchip8Test:testExecuteSUBN_VX_VY() (gas: 95119) | ||
Solchip8Test:testExecuteSUB_VX_VY() (gas: 94713) | ||
Solchip8Test:testExecuteUnknownOpcode() (gas: 64249) | ||
Solchip8Test:testExecuteXOR_VX_VY() (gas: 91779) | ||
Solchip8Test:testReset() (gas: 121981) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "lib/forge-std"] | ||
path = lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
[submodule "lib/solady"] | ||
path = lib/solady | ||
url = https://github.com/vectorized/solady |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule solady
deleted from
4ac044
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.