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

Use an unsafe serializer. #1799

Merged
merged 1 commit into from
Oct 4, 2017
Merged

Commits on Oct 4, 2017

  1. Use an unsafe serializer.

    This gives a noticable impact on serialization performance in Gecko.
    wr_dp_push_text() goes from 35.6% of
    nsDisplayText::CreateWebRenderCommands down to 24%.
    
    The generated code is still pretty bad but hopefully adding
    proper noalias information to rust will fix that.
    jrmuizel committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    214a48c View commit details
    Browse the repository at this point in the history