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

Remove unused 2nd pass from runJSify. NFC #18236

Merged
merged 1 commit into from
Nov 21, 2022
Merged

Commits on Nov 19, 2022

  1. Remove unused 2nd pass from runJSify

    I tried to understand exactly what both passes do before modifying this code, so I unrolled function into two copies - separately for each pass, one with `mainPass = true` and one with `mainPass = false` - then removed dead/unreachable code in each of those copies, and... the 2nd pass didn't have anything left.
    RReverser committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    b3a0096 View commit details
    Browse the repository at this point in the history