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

assorted performance optimizations #6724

Closed
wants to merge 8 commits into from
Closed

assorted performance optimizations #6724

wants to merge 8 commits into from

Commits on May 26, 2013

  1. make the memcpy/memmove intrinsics higher-level

    This allows them to make use of the type's alignment, instead of being
    pessimistic and assuming it is only 1.
    thestinger committed May 26, 2013
    Configuration menu
    Copy the full SHA
    cf8e9f9 View commit details
    Browse the repository at this point in the history
  2. C++0x -> C++11

    thestinger committed May 26, 2013
    Configuration menu
    Copy the full SHA
    2eaa5db View commit details
    Browse the repository at this point in the history
  3. add memset32/memset64

    thestinger committed May 26, 2013
    Configuration menu
    Copy the full SHA
    d9c0f0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6023a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58d6864 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b25c520 View commit details
    Browse the repository at this point in the history
  7. inline bump_box_refcount

    thestinger committed May 26, 2013
    4 Configuration menu
    Copy the full SHA
    1484661 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2013

  1. fix casts on 32-bit

    thestinger committed May 27, 2013
    5 Configuration menu
    Copy the full SHA
    e6c04de View commit details
    Browse the repository at this point in the history