Bug 21793 - inline getOwnPropertySlot for speed
Summary: inline getOwnPropertySlot for speed
Status: RESOLVED DUPLICATE of bug 21294
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 07:42 PDT by Darin Adler
Modified: 2008-10-22 09:39 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2008-10-22 07:42:13 PDT
We can use a bit in the StructureID to make it possible to inline getOwnPropertySlot.
Comment 1 Darin Adler 2008-10-22 09:39:10 PDT

*** This bug has been marked as a duplicate of 21294 ***