Skip to content

Conversation

@topointon-jump
Copy link
Contributor

@topointon-jump topointon-jump commented Nov 25, 2025

Implementing increase_cpi_account_info_limit (solana-foundation/solana-improvement-documents#339), which improves UX/reduces work for programs which make CPI calls that were themselves invoked with more than 64 accounts - they no longer have to de-dup the list of account infos to make a CPI call.

This SIMD also starts charging for serialized account infos and instruction account metas in CPIs.

  • Implementation
  • Ledger tests

@github-actions
Copy link

Performance Measurements ⏳

Suite Baseline New Change
backtest mainnet-368528500-perf per slot 0.076551 s 0.076857 s 0.400%
backtest mainnet-368528500-perf snapshot load 4.866 s 3.104 s -36.210%
backtest mainnet-368528500-perf total elapsed 76.551297 s 76.857072 s 0.399%
firedancer mem usage with mainnet.toml 1013.23 GiB 1013.23 GiB 0.000%

@topointon-jump topointon-jump force-pushed the topointon/increase_cpi_account_info_limit branch from bbc611b to 9092ee3 Compare November 25, 2025 19:05
@github-actions
Copy link

Performance Measurements ⏳

Suite Baseline New Change
backtest mainnet-368528500-perf per slot 0.077268 s 0.076864 s -0.523%
backtest mainnet-368528500-perf snapshot load 4.876 s 3.09 s -36.628%
backtest mainnet-368528500-perf total elapsed 77.267706 s 76.864491 s -0.522%
firedancer mem usage with mainnet.toml 1013.23 GiB 1013.23 GiB 0.000%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants