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: Late expansion for casts #97075

Merged
merged 17 commits into from
Jan 19, 2024
Merged

JIT: Late expansion for casts #97075

merged 17 commits into from
Jan 19, 2024

Commits on Jan 17, 2024

  1. Late expansion of casts

    EgorBo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    de14015 View commit details
    Browse the repository at this point in the history
  2. Fix build

    EgorBo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    2c72dea View commit details
    Browse the repository at this point in the history
  3. Address feedback

    EgorBo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a5345fa View commit details
    Browse the repository at this point in the history
  4. Clean up

    EgorBo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    efdeae6 View commit details
    Browse the repository at this point in the history
  5. Improve TP

    EgorBo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    587c66e View commit details
    Browse the repository at this point in the history
  6. Handle MustNot case

    EgorBo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a72014f View commit details
    Browse the repository at this point in the history
  7. Final clean up

    EgorBo committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b147e67 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. No, this is the final clean up

    EgorBo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    aee96f2 View commit details
    Browse the repository at this point in the history
  2. Clean up

    EgorBo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2e6795c View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Jakob Botsch Nielsen <[email protected]>
    EgorBo and jakobbotsch committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a5f7079 View commit details
    Browse the repository at this point in the history
  4. Address feedback

    EgorBo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    34523d2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'late-cast-expansion' of github.com:EgorBo/runtime-1 int…

    …o late-cast-expansion
    EgorBo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    91b47eb View commit details
    Browse the repository at this point in the history
  6. remove more code

    EgorBo committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c189b80 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. clean up

    EgorBo committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6684563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f42250 View commit details
    Browse the repository at this point in the history
  3. Fix control flow

    EgorBo committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cdb7b47 View commit details
    Browse the repository at this point in the history
  4. Clean up

    EgorBo committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e1122c8 View commit details
    Browse the repository at this point in the history