-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codec: Use ContainerNext everywhere CheckBreak is used, and enable mo…
…re inlining in generated code - remove direct calls to CheckBreak(); use ContainerNext instead. This cleans up the codebase dramatically, and allows us optimize ContainerNext as needed. - updated genVersion to 26 - moved some Decoder fields from decRd into decoder - moved some Encoder fields from encWr into Encoder - removed genHelperEncoder.WriteStr (which wasn't inline'able) and add genHelperEncoder.EncWr() to give access to encWr.WriteStr directly - Ensure WriteStr and StringZC are inline'able (to give optimal performance to codecgen)
- Loading branch information
Showing
18 changed files
with
1,744 additions
and
4,157 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.