Bug 20972 - speed up Arguments further by eliminating the IndexToNameMap
Summary: speed up Arguments further by eliminating the IndexToNameMap
Status: RESOLVED FIXED
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: 20813
  Show dependency treegraph
 
Reported: 2008-09-21 10:40 PDT by Darin Adler
Modified: 2008-09-21 20:46 PDT (History)
1 user (show)

See Also:


Attachments
patch (19.69 KB, patch)
2008-09-21 10:50 PDT, Darin Adler
sam: 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 2008-09-21 10:40:44 PDT
The IndexToNameMap isn't needed at all. We can do much better.
Comment 1 Darin Adler 2008-09-21 10:50:53 PDT
Created attachment 23628 [details]
patch
Comment 2 Sam Weinig 2008-09-21 14:00:33 PDT
Comment on attachment 23628 [details]
patch

The debugger.h seems unrelated.  Other than that, looks great.

r=me
Comment 3 Darin Adler 2008-09-21 14:36:04 PDT
http://trac.webkit.org/changeset/36743