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

JitArm64: Cleanup + small fix. #4205

Merged
merged 3 commits into from Sep 12, 2016
Merged

JitArm64: Cleanup + small fix. #4205

merged 3 commits into from Sep 12, 2016

Commits on Sep 10, 2016

  1. JitArm64: Drop 32bit alignment restriction of the memarea.

    ADD() is almost as fast as MOVK(), and we already have a register for the memory location. Let's just use it.
    degasus committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    be76394 View commit details
    Browse the repository at this point in the history
  2. JitArm64: Fix block linking.

    Double negation fail, sorry.
    degasus committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    789e776 View commit details
    Browse the repository at this point in the history
  3. JitArm64: replace MOVI2R with MOVP2R when possible.

    This skips the (u64) cast.
    degasus committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    a0dcebb View commit details
    Browse the repository at this point in the history