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

keep movzx 1-to-4 partial-unaddr and 2-to-4 partial-undef on fastpath #172

Open
derekbruening opened this issue Nov 28, 2014 · 0 comments
Open

Comments

@derekbruening
Copy link
Contributor

From derek.br...@gmail.com on December 10, 2010 17:58:14

PR 503782

movzx 1-to-4 load addressability should check just the referenced 2 bits.

movzx 2-to-4 should propagate instead of bailing to check_definedness.

neither should be difficult to implement and should help twolf, vpr, and
other benchmarks.

PR 503782: keep movzx 1-to-4 partial-unaddr and 2-to-4 partial-undef
on fastpath

  • movzx 1-to-4 load: check just the referenced 2 bits for addressability
  • movzx 2-to-4: propagate instead of check_definedness
    twolf test slowpath reductions:
    tot:
    195 movzx: 209291
    200 movsx: 888302
    1-to-4:
    195 movzx: 184074
    200 movsx: 515750
    • 2-to-4:
      195 movzx: 32

Original issue: http://code.google.com/p/drmemory/issues/detail?id=172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant