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

cgirgen: instrument with frameMsg #1399

Merged

Commits on Aug 6, 2024

  1. debugutils: generalize frameMsg overload

    It now accepts a `TLineInfo`, making it usable more broadly. The
    callsites are adjusted accordingly.
    zerbina committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    398af41 View commit details
    Browse the repository at this point in the history
  2. cgirgen: instrument with frameMsg

    To keep the overhead at a reasonable level, only the top-level
    procedures `stmtToIr` and `exprToIr` are instrumented.
    zerbina committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f88d1f2 View commit details
    Browse the repository at this point in the history