Advanced Load Address Table
- Advanced Load Address Table
The Advanced Load Address Table (ALAT) is a functional unit in the Intel Itanium processor architecture. It is implemented with an associative memory. The ALAT is used to store information related to advance load instructions, as part of the speculative execution process.
An Advanced Load is a method aimed in reducing the latency of costly load operations. If there is a possibility that a data item will be required, the program may specify its advanced load, even before the confirmation that the item will be needed.
In the Itanium architecture, this advanced load order may be issued by an "ld.a" instruction. This instruction allocates an entry in the Advanced Load Address Table and starts the data transfer. The ALAT is used to identify the address from where the data will be read, the length of the required data block, the destination register and the state of the load operation. The success of the advanced load may then be checked with a "ld.c" or "chk.a" instruction that looks for the related information in the ALAT.
The ALAT in the original "Itanium" processor was implemented by a 2-way set-associative memory with 32 entries. In the "Itanium 2", this unit was changed to a 32 entries fully associative structure. This design required extra hardware elements (longer memory tags, and more tag comparators) but it improved performance of speculative programs since cache miss due to mapping conflicts is avoided.
References
External links
* [http://www.intel.com/design/itanium/manuals/iiasdmanual.htm Intel Itanium Architecture]
Wikimedia Foundation.
2010.
Look at other dictionaries:
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
File Allocation Table — For other uses, see Fat (disambiguation). FAT Developer Microsoft Full Name File Allocation Table FAT12 (12‑bit version) FAT16/FAT16B (16‑bit versions) FAT32 (32‑bit version with 28 bits used) Introduced … Wikipedia
Page table — A page table is the data structure used by a virtual memory system in a computer operating system to store the mapping between virtual addresses and physical addresses. Virtual addresses are those unique to the accessing process. Physical… … Wikipedia
Hash table — Not to be confused with Hash list or Hash tree. Unordered map redirects here. For the proposed C++ class, see unordered map (C++). Hash Table Type unsorted dictionary Invented 1953 Time complexity in big O notation Average Worst case Space … Wikipedia
Explicitly Parallel Instruction Computing — EPIC bezeichnet eine Eigenschaft einer Befehlssatzarchitektur (englisch Instruction Set Architecture, kurz ISA) und der Verarbeitungsstruktur einer Familie von Mikroprozessoren, z. B. Itanium. Bei der Programmierung von EPIC CPUs wird… … Deutsch Wikipedia
Distributed hash table — A distributed hash table (DHT) is a class of a decentralized distributed system that provides a lookup service similar to a hash table; (key, value) pairs are stored in a DHT, and any participating node can efficiently retrieve the value… … Wikipedia
ALAT — or Alat may refer to: *Alanine transaminase, an enzyme *Advanced Load Address Table, a functional unit in the Intel Itanium processor architecture *French Army Light Aviation ( Aviation Légère de l’Armée de Terre ) *Alat, a village ( selo ) in… … Wikipedia
ALAT — comp. abbr. Advanced Load Address Table … United dictionary of abbreviations and acronyms
BSAVE (graphics image format) — A BSAVE Image (aka BSAVED Image ) as it is referenced in a graphics program is an image file format created usually by saving raw video memory to disk (sometimes but not always in a BASIC program using the BSAVE command).cite web|url = http://www … Wikipedia
Disc Filing System — DFS Developer Acorn Computers Full name Disc Filing System Introduced 1982 (Acorn MOS) Partition identifier None Structures Directory contents Single catalogue of 31 fi … Wikipedia