forked from solana-labs/solana
-
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.
Bump solana_rbpf to 0.2.36 (solana-labs#28794)
* Bumps solana_rbpf to v0.2.36 * Removes ThisInstructionMeter. * Removes one "unsafe" expression. * Removes redundant call to solana_rbpf::elf::register_bpf_function(). * Adjusts SyscallFunction and SyscallRegistry. * Inlines ProgramEnvironment into EbpfVm. * Refactors trait SyscallConsume into fn consume_compute_meter(). * Inlines ComputeMeter into InvokeContext. * Removes solana-metrics dependency from bpf_loader. * Replaces RBPF tracer functionality by the debugger. * Take compute_units_consumed from execute_program(). * Merges execute_program_interpreted() and execute_program_jit().
- Loading branch information
Showing
21 changed files
with
354 additions
and
528 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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.