1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
<br><br><div class="gmail_quote">2010/9/25 Filipe Rosset <span dir="ltr"><<a href="mailto:rosset.filipe@gmail.com">rosset.filipe@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 09/25/2010 09:16 AM, R James wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Sat, Sep 25, 2010 at 4:59 AM, Patrice BRUNELLE<br>
<<a href="mailto:patrice.brunelle@free.fr" target="_blank">patrice.brunelle@free.fr</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Le vendredi 24 septembre 2010 à 15:51 -0500, R James a écrit :<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Technically, the i686 started with the Pentium Pro. (Remember that? :o)<br>
<br>
<a href="http://en.wikipedia.org/wiki/P6_%28microarchitecture%29" target="_blank">http://en.wikipedia.org/wiki/P6_(microarchitecture)</a><br>
</blockquote>
<br>
Yes I remember that. And ?<br>
<br>
</blockquote>
Its just a precision to the subject title. i686 began with the<br>
Pentium Pro, not Pentium II.<br>
<br>
I'm not sure what performance benefits can be gained from compiling<br>
for i686 vs i586. Probably not much except for multimedia<br>
applications which most of those can auto-detect the CPU's<br>
capabilities anyways.<br>
<br>
</blockquote>
<br></div>
Just for reference, the Fedora Project was changed from i586 to i686:<br>
<br>
<a href="https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild#Driving_Features" target="_blank">https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild#Driving_Features</a><br>
<a href="https://fedoraproject.org/wiki/Features/F12X86Support" target="_blank">https://fedoraproject.org/wiki/Features/F12X86Support</a><br>
<a href="http://www.mail-archive.com/fedora-devel-list@redhat.com/msg02583.html" target="_blank">http://www.mail-archive.com/fedora-devel-list@redhat.com/msg02583.html</a><br>
<a href="http://www.mail-archive.com/fedora-devel-list@redhat.com/msg02889.html" target="_blank">http://www.mail-archive.com/fedora-devel-list@redhat.com/msg02889.html</a> (with 'benchmarks')<br>
<a href="http://fedoraproject.org/wiki/FWN/Issue162#Fedora_11_Will_Support_i586_Instruction_Set" target="_blank">http://fedoraproject.org/wiki/FWN/Issue162#Fedora_11_Will_Support_i586_Instruction_Set</a><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
There are still people running AMD K6's (ie: me) which is also i586.<br>
If we compile for i686 and newer, they won't even be able to boot the<br>
installer.<br>
<br>
Therefore, I agree with the decision to keep i586 support.<br>
</blockquote>
<br></div>
I agree too.<br><br></blockquote><div><br>IMHO the problem is not finding an architecture to fit the i586 or i686 rpm flags, rather to find the minimum CPU and memory requirement worthwhile for a decent usage. With KDE if we look at the Mandriva 2010.1, it's barely usable on a P4-3000 with 1-2GB RAM, or a AMD Barton 2500. Barely means that windows and applications are pretty slow to open, switching is slow, etc.; since netbook are so popular we can consider the minimum requirements as those of a typical 2010 netbook, which has ATOM 1.6Ghz processor and 1GB memory. In other words we can consider as default the presence of the SSE instruction set. ATOM has even the SSE2, which would be even better, but that would left out some AMD CPU (some older AMD, like 1.2Ghz has only the 3DNow and not SSE). I would drop compiling for old ISA drivers in kernel (think to some old ISA 3com card, like 3C505, etc.).<br>
<br>G.<br></div></div>
|