tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Silly question



Vincent <10.50%free.fr@localhost> writes:
> If true, what are the benefits (and drawbacks) of using AMD64 instead
> of I386? Increased memory space, but is there any performance upgrade?

It is very application dependent. The AMD64 architecture has more
registers, and the registers are wider, so for some applications you
can get significant speedup. On the other hand, you also get wider
pointers and such, and those consume more cache and memory. You should
benchmark if you're doing any sort of performance critical application
to figure out which is better for your app.

-- 
Perry E. Metzger                perry%piermont.com@localhost


Home | Main Index | Thread Index | Old Index