Bug 72974 - JavaScript string to number conversion functions use characters()
Summary: JavaScript string to number conversion functions use characters()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-22 10:47 PST by Michael Saboff
Modified: 2011-11-24 22:48 PST (History)
0 users

See Also:


Attachments
Patch (5.25 KB, patch)
2011-11-22 10:53 PST, Michael Saboff
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2011-11-22 10:47:57 PST
The JavaScript string to number routines should process strings in their native 8 or 16 bitness.
Comment 1 Michael Saboff 2011-11-22 10:53:27 PST
Created attachment 116247 [details]
Patch
Comment 2 Filip Pizlo 2011-11-24 11:07:36 PST
Comment on attachment 116247 [details]
Patch

What is the performance effect, if any?
Comment 3 Michael Saboff 2011-11-24 22:47:06 PST
(In reply to comment #2)
> (From update of attachment 116247 [details])
> What is the performance effect, if any?

This change appears to be performance neutral by itself.
Comment 4 Michael Saboff 2011-11-24 22:48:03 PST
Committed r101151: <http://trac.webkit.org/changeset/101151>