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

Optimize RefCell read borrowing #62748

Merged
merged 3 commits into from
Jul 27, 2019

Commits on Jul 17, 2019

  1. Optimize RefCell read borrowing

    Instead of doing two comparisons we can do only one with a bit of
    cleverness.
    
    LLVM currently can't do this optimization itself on x86-64.
    luca-barbieri committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    f0b3c02 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Configuration menu
    Copy the full SHA
    c7928f5 View commit details
    Browse the repository at this point in the history
  2. fix comment

    luca-barbieri committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    44c1650 View commit details
    Browse the repository at this point in the history