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 bzbarsky's JS quicksort; make JSLint mostly happy about perf.js #639

Merged
merged 2 commits into from
Mar 25, 2012

Commits on Mar 25, 2012

  1. perf: Switched javascript implementation of quicksort from library fu…

    …nction to direct implementation.
    
    Implementation of quicksort provided by Boris Zbarsky.
    https://groups.google.com/d/msg/mozilla.dev.tech.js-engine/Ct6JsfJEjdI/AetfGW6h07gJ
    pao committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    a59e3e8 View commit details
    Browse the repository at this point in the history
  2. perf: Fix the majority of JSLint's complaints about perf.js, includin…

    …g accidental global variables.
    pao committed Mar 25, 2012
    7 Configuration menu
    Copy the full SHA
    7e06ac2 View commit details
    Browse the repository at this point in the history