[Webkit-unassigned] [Bug 20061] Optimize array accesses with constant indices.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 16 22:50:29 PDT 2008


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


oliver at apple.com changed:

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




------- Comment #2 from oliver at apple.com  2008-07-16 22:50 PDT -------
(From update of attachment 22319)
Minor style issues:
  the if in BracketAccessorNode::emitCode is a single line so should not have
braces
  ditto for FunctionCallBracketNode::emitCode, ForInNode::emitCode
  The else blocks in PostIncBracketNode::emitCode are single line, so shouldn't
have braces

Other than those this looks good. 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