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

Revisit the set of tables #408

Open
naure opened this issue Oct 17, 2024 · 2 comments
Open

Revisit the set of tables #408

naure opened this issue Oct 17, 2024 · 2 comments
Labels
cleanup Refactors, simplifications, hindsight 20/20 tasks. speed

Comments

@naure
Copy link
Collaborator

naure commented Oct 17, 2024

  • See for instance discussion in mem-addr: gadget for memory address alignment #396 about introducing U14. Review the overall bit extractions everywhere and see what’s the best set of tables to support them all (maybe U15, etc).

  • See whether Ltu table is still used, switch to the more efficient IsLtConfig, and remove the Ltu table.

  • Compare the fixed cost of a specialized table versus the variable cost of lookups that is saves.

  • Refactor to share the same columns across multiple tables (e.g. a, b in logic tables).

@naure
Copy link
Collaborator Author

naure commented Oct 25, 2024

@naure
Copy link
Collaborator Author

naure commented Oct 26, 2024

@naure naure added the cleanup Refactors, simplifications, hindsight 20/20 tasks. label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Refactors, simplifications, hindsight 20/20 tasks. speed
Projects
None yet
Development

No branches or pull requests

1 participant