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

More trace and x64 optimisations #1441

Merged
merged 10 commits into from
Oct 29, 2024
Merged

More trace and x64 optimisations #1441

merged 10 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. Fix typo.

    ltratt committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a1593bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19416ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07be11b View commit details
    Browse the repository at this point in the history
  4. Optimise BinOp::And in traces.

    ltratt committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a06b79b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e1de7f View commit details
    Browse the repository at this point in the history
  6. Optimise BinOp::Or in traces.

    ltratt committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    da71e54 View commit details
    Browse the repository at this point in the history
  7. Optimise ZExt in traces.

    ltratt committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9ede92b View commit details
    Browse the repository at this point in the history
  8. Optimise DynPtrAdd in traces.

    ltratt committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ef917fe View commit details
    Browse the repository at this point in the history
  9. Use x64 neg for sub 0, ....

    ltratt committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6c7fbef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a430da3 View commit details
    Browse the repository at this point in the history