[Webkit-unassigned] [Bug 21611] Unnecessary operations, duplicated codes in the CodeGenerator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 15 07:30:02 PDT 2008


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


jasy at inf.u-szeged.hu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24360|                            |review?
               Flag|                            |




------- Comment #1 from jasy at inf.u-szeged.hu  2008-10-15 07:30 PDT -------
Created an attachment (id=24360)
 --> (https://bugs.webkit.org/attachment.cgi?id=24360&action=view)
proposed patch

The patch has a measurable but not significant impact on the performance. 
Two new methods are introduced, which modify the value of the last instruction.
In this way we do not have to remove the last instruction and after add a new
one to the instruction chain if we only want to modify the last instruction.
The patch contains other smaller code refactorings, which eliminates some
duplicated codes.


-- 
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