Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BankingStage: Add InstructionDetails struct to cache and reuse static tx instruction info #2352

Closed
tao-stones opened this issue Jul 30, 2024 · 1 comment
Assignees

Comments

@tao-stones
Copy link

When a transaction goes through banking stage, its instructions are scanned multiple times at different stage for details like compute-budget ixs, builtin ixs, signature details etc. it can be optimized by iterating instructions once at early stage, gather and cache details, and to reuse down the pipe.

@tao-stones
Copy link
Author

break into #2559, #2560, #2561, #2562

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 a pull request may close this issue.

1 participant