Bug 15947 - speed up page loading a bit by inlining
Summary: speed up page loading a bit by inlining
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-11 23:31 PST by Darin Adler
Modified: 2018-10-03 08:53 PDT (History)
0 users

See Also:


Attachments
patch (2.75 KB, patch)
2007-11-11 23:36 PST, Darin Adler
timothy: 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 2007-11-11 23:31:41 PST
There's a hot function, isScheduledLocationChangePending, which we can inline just enough to make a difference. I discovered this a while back while profiling page load tests.
Comment 1 Darin Adler 2007-11-11 23:36:40 PST
Created attachment 17196 [details]
patch
Comment 2 Darin Adler 2007-11-12 14:31:08 PST
r27729