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

Rework generated "putters". #220

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

DavePearce
Copy link
Collaborator

This reworks the generate putters to use a more uniform style and, furthermore, to perform sanity checking on every value. These now generates Trace.java files which write columns with the expected byte-width (e.g. 1 byte for i8, 2 bytes for i16, 4 bytes for i32) in all cases.

This reworks the generate putters to use a more uniform style and,
furthermore, to perform sanity checking on every value.  These now
generates `Trace.java` files which write columns with the expected
byte-width (e.g. `1` byte for `i8`, `2` bytes for `i16`, `4` bytes for
`i32`) in all cases.
@DavePearce DavePearce linked an issue Jul 17, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit a7d67ba into master Jul 17, 2024
1 check passed
@DavePearce DavePearce deleted the 160-lt-trace-size-optimisation branch July 17, 2024 05:47
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 this pull request may close these issues.

lt Trace Size Optimisation
1 participant