-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dropped dsize estimates from attrs that don't end up in shrubs
The only requirement we have for dsize estimates is to help calculate shrub estimates. So why bother with dsize for attrs that are never committed to shrubs? At the moment, the only tags we commit to shrubs are: - LFSR_TAG_DATA - LFSR_TAG_BLOCK - LFSR_TAG_BRANCH This saves a decent chunk of code: code stack before: 35556 2440 636 after: 35488 (-0.2%) 2440 (+0.0%) 636 (+0.0%)
- Loading branch information
Showing
1 changed file
with
20 additions
and
21 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