-
-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple bytecompiler from CodeBlock
This also give us some memory benefits, it reduces CodeBlock size from 264 => 208 (removes 56 bytes). Additionally calling `into_boxed_slice` If the vector has excess capacity, its items will be moved into a newly-allocated buffer with exactly the right capacity.
- Loading branch information
Showing
6 changed files
with
182 additions
and
142 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
Oops, something went wrong.