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

[FIRRTL][FIRParser] Cache property constants. #7530

Merged

Commits on Aug 19, 2024

  1. [FIRRTL][FIRParser] Cache property constants.

    Greatly reduces IR size generated in presence of many repeat
    constants as commonly occurs in practice due to the data-like
    nature of classes / properties.
    
    Same tricky as done for FIRRTL integer constants,
    use single cache/code for both.
    dtzSiFive committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2fcdbbf View commit details
    Browse the repository at this point in the history