Bug 36107 - Speed up Math.round a little by removing unneeded special case
Summary: Speed up Math.round a little by removing unneeded special case
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on: 36260
Blocks:
  Show dependency treegraph
 
Reported: 2010-03-14 22:22 PDT by Darin Adler
Modified: 2010-03-17 18:17 PDT (History)
0 users

See Also:


Attachments
Patch (1.44 KB, patch)
2010-03-14 22:53 PDT, Darin Adler
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2010-03-14 22:22:27 PDT
Speed up JavaScript round a little by removing unneeded special case
Comment 1 Darin Adler 2010-03-14 22:53:20 PDT
Created attachment 50682 [details]
Patch
Comment 2 Oliver Hunt 2010-03-15 12:43:03 PDT
Comment on attachment 50682 [details]
Patch

r=me
Comment 3 Darin Adler 2010-03-17 17:10:21 PDT
http://trac.webkit.org/changeset/56135