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

JIT: implied Boolean range assertions for local prop #109481

Merged
merged 5 commits into from
Nov 25, 2024

Commits on Nov 2, 2024

  1. JIT: implied Boolean range assertions for local prop

    If morph sees an assignment of 0/1 to a local, have it generate a [0..1] range
    assertion in addition to the constant assertion.
    
    This helps morph propagate more Boolean ranges at merges, which allows morph to
    elide more casts.
    
    Also, bump up the local assertion table size since morph is now generating more
    assertions.
    AndyAyersMS committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    9d94a19 View commit details
    Browse the repository at this point in the history
  2. smaller table

    AndyAyersMS committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    6d948b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    a4e00de View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    84a2e01 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    149b0d9 View commit details
    Browse the repository at this point in the history