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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 29 09:45:46 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|                            |
  Attachment #24360|0                           |1
        is obsolete|                            |
  Attachment #24746|                            |review?
               Flag|                            |




------- Comment #5 from jasy at inf.u-szeged.hu  2008-10-29 09:45 PDT -------
Created an attachment (id=24746)
 --> (https://bugs.webkit.org/attachment.cgi?id=24746&action=view)
modified patch

I have modified my earlier patch. 
My aim with the refactoring of the CodeGenerator is to see how the implemented
peepholes work now. Because they use the same steps almost everywhere, the code
could be more understandable if we can reduce the number of duplicated code
fragments. 

An other aim of this work is to eliminating the unnecessary steps of these
peepholes. In these peepholes we change only the opcode of the last
instructions and some of the operands. It is unnecessary to delete the last
instruction and build a new one, it is suffucuent if we change the
corresponding part of the last instruction. 


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