Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Frage zum gcc: Parameter l1-cache-size
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
schachti
Advocate
Advocate


Joined: 28 Jul 2003
Posts: 3765
Location: Gifhorn, Germany

PostPosted: Wed Jul 23, 2008 6:55 am    Post subject: Frage zum gcc: Parameter l1-cache-size Reply with quote

Angeregt durch ein anderes Posting wollte ich mal sehen, was gcc mit -march=native anders macht als bisher. Dazu habe ich die Ausgabe von
Code:

echo 'int main(){return 0;}' > test.c && gcc -v -Q -march=native -O2 test.c -o test && rm test.c test

verglichen mit der Ausgabe von
Code:

echo 'int main(){return 0;}' > test.c && gcc -v -Q -march=athlon64 -O2 test.c -o test && rm test.c test


Der wesentliche Unterschied ist der folgende:

Mit -march=native:
Code:

angegebene Optionen:  -v test.c -march=k8-sse3 -mcx16 -msahf --param l1-cache-size=64 --param l1-cache-line-size=64 -mtune=k8 -O2


Mit -march=athlon64:
Code:

angegebene Optionen:  -v test.c -march=athlon64 -O2


Was mich daran etwas wundert, ist --param l1-cache-size=64. Meine CPU hat pro Kern 128 kB L1-Cache, nicht 64. Ist das evtl. ein Fehler in der Erkennung durch den gcc, oder liegt es daran, dass der L1-Cache unterteilt ist in 64 kB Befehlscache und 64 kB Datencache? Ich nutze sys-devel/gcc-4.3.1-r1.
_________________
Never argue with an idiot. He brings you down to his level, then beats you with experience.

How-To: Daten verschlüsselt auf DVD speichern.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum