[webkit-reviews] review requested: [Bug 43464] Remove the global object from the bytecode : [Attachment 63411] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 3 21:26:31 PDT 2010


Nathan Lawrence <nlawrence at apple.com> has asked  for review:
Bug 43464: Remove the global object from the bytecode
https://bugs.webkit.org/show_bug.cgi?id=43464

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

------- Additional Comments from Nathan Lawrence <nlawrence at apple.com>
Currently, the global object is being embedded in the JavaScriptCore bytecode,
however since the global object is the same for all opcodes in a code block, we
can have the global object just be a member of the associated code block.


More information about the webkit-reviews mailing list