Intel Computer Hardware 80200 Uživatelský manuál Strana 258

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 289
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 257
B-30 March, 2003 Developers Manual
Intel
®
80200 Processor based on Intel
®
XScale
Microarchitecture
Optimization Guide
on a 32-byte boundary, modifications to the Year2Date fields is likely to use two write buffers
when the data is written out to memory. However, we can restrict the number of write buffers that
are commonly used to 1 by rearranging the fields in the above data structure as shown below:
struct employee {
struct employee *prev;
struct employee *next;
int ssno;
int empid;
float Year2DatePay;
float Year2DateTax;
float Year2Date401KDed;
float Year2DateOtherDed;
};
Zobrazit stránku 257
1 2 ... 253 254 255 256 257 258 259 260 261 262 263 ... 288 289

Komentáře k této Příručce

Žádné komentáře