[Webkit-unassigned] [Bug 91052] JSC: LLInt should auto-generate our cross-platform C++ interpreter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 1 04:02:40 PDT 2012


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





--- Comment #26 from Mark Lam <mark.lam at apple.com>  2012-09-01 04:02:49 PST ---
The few style violations were intentional.  They were:
1. llint_unused uses underscore.  This was intentional to keep it consistent with how opcodes are named.
2. Use of more than 1 space between certain words in a comment block.  This was because I was expressing a column aligned table of info which necessitates the use of space for alignment.
3. No space around &&.  The style checker thought it's a logical AND operator, but it's actually a "get the address of a label" operator, and it does not make sense to have spaces around it where it is used.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list