[webkit-reviews] review granted: [Bug 21295] Replace ExecState with a call frame Register pointer : [Attachment 24059] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 3 13:11:22 PDT 2008


Geoffrey Garen <ggaren at apple.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 21295: Replace ExecState with a call frame Register pointer
https://bugs.webkit.org/show_bug.cgi?id=21295

Attachment 24059: patch
https://bugs.webkit.org/attachment.cgi?id=24059&action=edit

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
+	 ScopeChainNode(ScopeChainNode* next, JSObject* object, JSGlobalData*
globalData, JSObject* globalThis)
+	     : next(next)
+	     , object(object)
+	     , globalData(globalData)
+	     , globalThis(globalThis)

I don't think you ended up using this, did you?

r=me -- should probably remove the ScopeChainNode change.


More information about the webkit-reviews mailing list