Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: facebook/react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d31311de3e1b3f698dd0fb7a28c40eafe8cca64
Choose a base ref
...
head repository: facebook/react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: de91f011c98c93a0825e215242bf0feab32227c1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 1, 2018

  1. Configuration menu
    Copy the full SHA
    5036a6c View commit details
    Browse the repository at this point in the history
  2. Reduce allocations in hot path by reusing the stash

    Since performUnitOfWork() is not reentrant, it should be safe to reuse the same stash every time instead of creating a new object.
    gaearon committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    de91f01 View commit details
    Browse the repository at this point in the history
Loading