RESOLVED FIXED 21019
make FunctionBodyNode::ref/deref fast
https://bugs.webkit.org/show_bug.cgi?id=21019
Summary make FunctionBodyNode::ref/deref fast
Darin Adler
Reported 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.
Attachments
patch (2.63 KB, patch)
2008-09-22 22:18 PDT, Darin Adler
sam: review+
Darin Adler
Comment 1 2008-09-22 22:18:58 PDT
Darin Adler
Comment 2 2008-09-22 22:23:06 PDT
Note You need to log in before you can comment on or make changes to this bug.