Bug 25670

Summary: Remove no longer valid chunk of code from dtoa
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: JavaScriptCoreAssignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, eroman, mjs
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Remove no longer valid chunk of code from dtoa, v1. ggaren: review+

Dimitri Glazkov (Google)
Reported 2009-05-10 11:30:24 PDT
Since http://trac.webkit.org/changeset/43457, there's no more dtoa_result buffer and no need to clear it. This code was hidden under JSC_MULTIPLE_THREADS guard, which is not needed either.
Attachments
Remove no longer valid chunk of code from dtoa, v1. (1.11 KB, patch)
2009-05-10 11:32 PDT, Dimitri Glazkov (Google)
ggaren: review+
Dimitri Glazkov (Google)
Comment 1 2009-05-10 11:32:47 PDT
Created attachment 30163 [details] Remove no longer valid chunk of code from dtoa, v1. JavaScriptCore/ChangeLog | 10 ++++++++++ JavaScriptCore/wtf/dtoa.cpp | 7 ------- 2 files changed, 10 insertions(+), 7 deletions(-)
Geoffrey Garen
Comment 2 2009-05-10 11:45:59 PDT
Comment on attachment 30163 [details] Remove no longer valid chunk of code from dtoa, v1. r=me
Dimitri Glazkov (Google)
Comment 3 2009-05-10 11:49:38 PDT
Note You need to log in before you can comment on or make changes to this bug.