InvestorsHub Logo
Followers 0
Posts 2771
Boards Moderated 0
Alias Born 12/03/2004

Re: mmoy post# 4818

Wednesday, 05/10/2006 12:43:48 PM

Wednesday, May 10, 2006 12:43:48 PM

Post# of 6903
Yep, that and the "memory disambiguation" (allowing better load reordering), particularly for int performance.

Determining whether a load and a store share the same address is called memory disambiguation. Allowing loads to move ahead of stores gives a big performance boost. In some snippets of benchmarking code, Intel saw up to a 40% performance boost, solely the result of the more flexible way Loads get reordered. It is pretty clear that we won't see this in most real applications, but it is nevertheless impressive and it should show tangible (10-20%) performance boosts together with the fast L2 and L1 cache.

http://www.anandtech.com/cpuchipsets/showdoc.aspx?i=2748&p=5

Join the InvestorsHub Community

Register for free to join our community of investors and share your ideas. You will also get access to streaming quotes, interactive charts, trades, portfolio, live options flow and more tools.