This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gen-classpath-compare


On Thu, 22 Jan 2004, Michael Koch wrote:
>> ?  And which colors should I initially assign to these?
> We really have no preferences for the colors. My proposal would be would
> be to make merged and specific classes (1-4) green, merged classes
> (6 + 7) orange or yellow and unmerged classes (5) red. It would probably
> be nice to have unique color for every type to distinguish easier. I
> dont know if thats possible with green for 5 types.

I just committed a first proposal for a global GCC style sheet (which,
for now, only contains styles for what we've been talking about)?  

My rationale was that VM-specific and GCJ-specific are "neutral", so I
put them in blue, unlike merged which is truely positive (green).

Wrt. the first two in your list, aren't these types where, at one point,
we might expect to merge them at some point, and thus should give them
separate colors?

Please find an example page below, which shows how to use the new styles
and import the global style sheet.


Gerald


<html>
<head>
  <link rel="stylesheet" type="text/css" href="http://gcc.gnu.org/gcc.css";>
</head>
<body>

<table>
<tr><td class="classpath-only">classpath-only</td></tr>
<tr><td class="libgcj-only">libgcj-only</td></tr>
<tr><td class="VM-specific">VM-specific</td></tr>
<tr><td class="GCJ-specific">GCJ-specific</td></tr>
<tr><td class="needsmerge">needsmerge</td></tr>
<tr><td class="merged">merged</td></tr>
<tr><td class="merged-but-diff">merged-but-diff</td></tr>
<tr><td class="diff-but-diff">diff-but-diff</td></tr>
</table>
</body>

</html>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]