Hi!

Martin Ereth wrote:

>>On an Athlon64, -fomit-frame-pointer doesn't really make sense. But it
>>shouldn't harm either.
> 
> 
> Can you tell me why, please? I read [1] and what you said isn't mentioned 
> there... :-)

Its primary reason is to free another register on machines that suffer
from register pressure (e.g. x86 with only 8 general registers). Since
an x86_64 has 16 general registers, -fomit-frame-pointer is less useful
there - and it may make debugging impossible.

For applications that don't make extensive use of FP or MMX/SSE, I
usually prefer a simple -O2.

[...]
> OK. Now it is compiled, now I am going to test it.
> [some minutes later]
> It works! Thanks!

De nada.

> So when there are so many fixed bugs, what about planning a new release? 
> Maybe 0.5.4?

I already asked Sven to prepare a new release. Weeks ago, actually.

> Moreover: What about internationalization (i18n)? At a brief look I saw that 
> dvbcut
> isn't translated, yet. I want to do the German translation ;-)
> That shouldn't be a big thing.

Well, then... go ahead. You can send me the patches and I'll put them
into the repository.

-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DVBCUT-devel mailing list
DVBCUT-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-devel

Reply via email to