|
From: Josef W. <Jos...@gm...> - 2006-11-22 21:31:31
|
On Wednesday 22 November 2006 12:52, Nicholas Nethercote wrote: > On Mon, 6 Nov 2006, Ulrich Drepper wrote: > > > Cachegrind needs some more support to automatically detect cache size for > > more recent Core 2 processors. The latest revision of application note 485 > > from Intel shows the values. > > > > The only complication is that Intel reused value 0x49. > > > > Patch is attached. > > Turns out Josef added code to handle this, it's in the trunk but not the > 3.2.X branch, it probably should be. Josef handled the 0x49 case slightly > differently -- Josef, do you have any comments about this? Hmm... as commit message r6211 says: I just used Intels newest version (v.22) of the x86 processor manuals, available at http://www.intel.com/products/processor/manuals/index.htm In Volume 2a, there is the documentation for the CPUID instruction, with cache parameters given in table 3-17. There is no note about the reuse of value 0x49. On page 26 of this manual (version 22), there is a "See also" section, referencing the application note 485 http://www.intel.com/support/processors/sb/cs-009861.htm Unfortunately, I only can get an old version of this note (from 2003); and 0x49 is not used at all there. What is the URL for the current version of application note 485? Josef > > Nick > > ------------------------------------------------------------------------- > 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 > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > |