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

Low hanging Dromaeo fruit #6900

Closed
wants to merge 3 commits into from
Closed

Commits on Sep 17, 2015

  1. script: Switch really expensive O(n)-and-allocating asserts in

    attribute getters and setters to be debug-only.
    
    Was killing our Dromaeo performance.
    pcwalton committed Sep 17, 2015
  2. script: Mark some DOM methods used in Dromaeo as pure.

    We can't LICM them until we are codegen-ing `JSTypedMethodJitInfo` (see
    pcwalton committed Sep 17, 2015
  3. script: Stop reallocating so much when converting DOM strings to JS

    values.
    
    `size_hint()` in `utf16_units()` seems busted, so we do it ourselves.
    pcwalton committed Sep 17, 2015
You can’t perform that action at this time.