Bug 118438

Summary: Fix the performance regressions introduced by r152418
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 118415    
Bug Blocks:    
Attachments:
Description Flags
Patch sam: review+

Benjamin Poulain
Reported 2013-07-05 17:30:19 PDT
Fix the performance regressions introduced by r152418
Attachments
Patch (2.35 KB, patch)
2013-07-05 17:36 PDT, Benjamin Poulain
sam: review+
Benjamin Poulain
Comment 1 2013-07-05 17:36:09 PDT
Mikhail Pozdnyakov
Comment 2 2013-07-05 20:45:15 PDT
Comment on attachment 206178 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=206178&action=review Looks great, thanks for fixing it. > Source/WTF/wtf/text/StringImpl.h:1093 > +ALWAYS_INLINE bool equal(const UChar* a, const LChar* b, unsigned length) maybe it's worth saving couple of lines of code putting the function body to the same line?
Benjamin Poulain
Comment 3 2013-07-05 20:48:17 PDT
> maybe it's worth saving couple of lines of code putting the function body to the same line? Sure, I'll change that before landing.
Benjamin Poulain
Comment 4 2013-07-06 23:47:34 PDT
Note You need to log in before you can comment on or make changes to this bug.