[Webkit-unassigned] [Bug 21611] New: Unnecessary operations, duplicated codes in the CodeGenerator
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 15 07:19:47 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21611
Summary: Unnecessary operations, duplicated codes in the
CodeGenerator
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jasy at inf.u-szeged.hu
Since the CodeGenerator is one of the most important parts of the
JavaScriptCode, it should be easily understandable and perspiciuous.
There are some code duplications, and sometimes there are unnecessary function
calls or unnecessary computations especially where the generator calls one of
the rewind functions. We can eliminate these by the refactoring of the code.
With the eliminatino of the unnecessary computations we could achive a better
performance, while with the elimination of the duplicated codes the
understanding of the code generation could be perspiciuous.
--
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