Bug 15577 - inline extraction of type bits for speed
Summary: inline extraction of type bits for speed
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-20 10:33 PDT by Darin Adler
Modified: 2007-10-20 11:05 PDT (History)
0 users

See Also:


Attachments
patch (3.12 KB, patch)
2007-10-20 10:37 PDT, Darin Adler
no flags 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-10-20 10:33:35 PDT
Profiling indicated pretty clearly that JSImmediate::type should be inlined.
Comment 1 Darin Adler 2007-10-20 10:37:03 PDT
Created attachment 16742 [details]
patch