-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor VM part * reduce allocs in agc loading, get rid of unnecessary if expr in telemetry logging * change everything to Result * finish refactor, mostly * fix file loading * finalize * warnings cleanup * get rid of all panics that can be avoided * more error usage * get rid of panics in vm::memory * get rid of panics in opcodes, just have to fix http * undo autogenerated file change for vm::protos * suggestions from @dfellis * http listener error handling, get rid of InvalidState error stuff * cargo fmt
- Loading branch information
Showing
9 changed files
with
2,311 additions
and
2,177 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
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.