[Webkit-unassigned] [Bug 22897] Clear bytecode vector after JITing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 17 10:00:21 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22897


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26087|review?                     |review+
               Flag|                            |




------- Comment #2 from darin at apple.com  2008-12-17 10:00 PDT -------
(From update of attachment 26087)
> +        (JSC::CodeBlock::handlerForBytecodeOffset): Don't assert that the offset
> +        is less than the size of the bytecode vector since it may have been cleared
> +        and therefore 0.

I think it would be better to keep around the size of the bytecode vector in a
separate variable in debug versions so we could keep these assertions.

r=me


-- 
Configure bugmail: https://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