You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: