[Webkit-unassigned] [Bug 18518] Implement eval in SquirrelFish

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 16 09:05:22 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18518


cwzwarich at uwaterloo.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20574|0                           |1
        is obsolete|                            |




------- Comment #3 from cwzwarich at uwaterloo.ca  2008-04-16 09:05 PDT -------
Created an attachment (id=20586)
 --> (http://bugs.webkit.org/attachment.cgi?id=20586&action=view)
Revised patch in progress

Here's a patch now have support for direct eval. Since there is not necessarily
a correct ScopeChain, I just had to change the eval Machine::execute method to
take a ScopeChainNode* and it worked fine. All of the SunSpider tests now run,
but I can't benchmark due to an existing SunSpider crash in copyRegisters().
Also, exception handling is still missing.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list