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 render tree building via RenderTreeFrameArrayBuilder #24484

Merged
merged 23 commits into from
Aug 3, 2020

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    7562cca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dd4176 View commit details
    Browse the repository at this point in the history
  3. Split Append into "attribute" and "nonattribute" cases so I can inlin…

    …e it more easily in a moment
    SteveSandersonMS committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    a8fcebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    130a22c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d905bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f1e4aea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d425c4d View commit details
    Browse the repository at this point in the history
  8. More Append methods

    SteveSandersonMS committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    afb7dfd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d3f81af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    874cde6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    297119b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1b498d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6845cb5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c34d410 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2220e03 View commit details
    Browse the repository at this point in the history
  16. Switch to more risk-averse implementation. Seems to affect wallclock …

    …timings by only 1% at the most.
    SteveSandersonMS committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    81c342f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    98a23ac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3859d49 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc7872f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cb57cc9 View commit details
    Browse the repository at this point in the history
  21. Cleanup

    SteveSandersonMS committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    0a7db66 View commit details
    Browse the repository at this point in the history
  22. Cleanup

    SteveSandersonMS committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    48f5c76 View commit details
    Browse the repository at this point in the history
  23. Cleanup

    SteveSandersonMS committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    ca77e54 View commit details
    Browse the repository at this point in the history