Bug 44456

Summary: JSON.stringify is much slower than Firefox on particular pathological input
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch barraclough: review+

Description Oliver Hunt 2010-08-23 14:41:15 PDT
JSON.stringify is much slower than Firefox on particular pathological input
Comment 1 Oliver Hunt 2010-08-23 14:43:28 PDT
Created attachment 65163 [details]
Patch
Comment 2 Mark Rowe (bdash) 2010-08-23 14:45:11 PDT
Comment on attachment 65163 [details]
Patch

Please do not check in the changes to JavaScriptCore.xcodeproj/project.pbxproj.  You’re not otherwise modifying that file so there’s no sense in thrashing it.
Comment 3 Oliver Hunt 2010-08-23 14:59:21 PDT
Committed r65834: <http://trac.webkit.org/changeset/65834>