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 two-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.
Famous quotes containing the words advanced, load, address and/or table:
“I saw my lady weep,
And Sorrow proud to be advanced so
In those fair eyes where all perfections keep.
Her face was full of woe;
But such a woe, believe me, as wins more hearts
Than Mirth can do with her enticing parts.”
—Unknown. I Saw My Lady Weep (l. 16)
“Tis all mens office to speak patience
To those that wring under the load of sorrow,
But no mans virtue nor sufficiency
To be so moral when he shall endure
The like himself.”
—William Shakespeare (15641616)
“Another success is the post-office, with its educating energy augmented by cheapness and guarded by a certain religious sentiment in mankind; so that the power of a wafer or a drop of wax or gluten to guard a letter, as it flies over sea over land and comes to its address as if a battalion of artillery brought it, I look upon as a fine meter of civilization.”
—Ralph Waldo Emerson (18031882)
“A child who is not rigorously instructed in the matter of table manners is a child whose future is being dealt with cavalierly. A person who makes an admirals hat out of linen napkins is not going to be in wild social demand.”
—Fran Lebowitz (20th century)