Bug 21019

Summary: make FunctionBodyNode::ref/deref fast
Product: WebKit Reporter: Darin Adler <darin>
Component: JavaScriptCoreAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 20813    
Attachments:
Description Flags
patch sam: review+

Description Darin Adler 2008-09-22 22:17:23 PDT
Right now we call these functions a lot. Later we might fix that by changing how we do ScopeChain, but for now this can be sped up just by making them standard ref/deref functions instead of ParserRefCounted.
Comment 1 Darin Adler 2008-09-22 22:18:58 PDT
Created attachment 23694 [details]
patch
Comment 2 Darin Adler 2008-09-22 22:23:06 PDT
http://trac.webkit.org/changeset/36794