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

perf(turbo-tasks-macros): Move assert_returns_resolved_value into helper module #68867

Merged
merged 1 commit into from
Aug 15, 2024

Commits on Aug 15, 2024

  1. Move assert_returns_resolved_value into helper module

    This avoids re-creating the function for every assertion we make on
    function return values, potentially slightly speeding up the macro
    compilation.
    
    This shouldn't make much/any difference right now because nothing
    (outside of a few tests) uses resolved functions yet.
    bgw committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    12355ee View commit details
    Browse the repository at this point in the history