Hi, Using CMP.L2SharedNUCA.OoO how the threads communicate with earch other? For example, some tables are private to each core. So in a 4 core configuration, 4 separate table is created and loaded. I want to know how one core can access the other cores table? I searched a lot in flexus source code to find out how this communication is possible. Although cache coherency protocol somehow shows such thing, it is complex. I am looking for a general structure for that. Which functions should be considered in such communication? Thanks for any comment. // Naderan *Mahmood;
