Also ist der erste Zugriff auf Daten immer ein Cache-Miss.
That's why the first access on data is always a cache miss.
Den Unterschied zwischen einem Cache-Treffer und einem Cache-Miss verstehen
Understand the difference between a cache hit and a cache miss
Warum werden manche Besucher als „Cache-Miss" gemeldet?
Verfahren nach Anspruch 1, wobei das Setzen das Setzen des Tags eines Registers (130) umfasst, wenn ein Befehl, der das Register als Ziel aufweist, zu einem Cache-Miss führt.
The method of claim 1 wherein setting comprises setting the tag of a register (130) when an instruction having the register as a destination results in a cache miss.
Stimmt auch dann die Markierung des derart adressierten Cache-Eintrags nicht mit der Realadresse überein, wird ein Cache-Miss signalisiert.
If the marking of the cache entry addressed in this way still does not correspond with the real address, a cache miss is signalled.
Bei einem Cache-Miss leitet ein CDN-Server die Anfrage an den Ursprungsserver weiter und speichert den Inhalt im Cache, wenn der Ursprungsserver geantwortet hat, sodass nachfolgende Anfragen zu einem Cache-Treffer führen.
In the case of a cache miss, a CDN server will pass the request along to the origin server, then cache the content once the origin server responds, so that subsequent requests will result in a cache hit.
Verzweigungen im Ausführungsbaum stellen verschiedene Ausführungsszenarien dar (z. B. einen Cache-Hit und einen Cache-Miss, sofern beide Fälle analysiert werden müssen).
Branches in the tree represent different execution scenarios, e.g. a cache hit and a cache miss at a memory access if both cases have to be analyzed. aiT automatically checks all possibilities.
Dies kann beispielsweise eintreten, wo ein JCC eine Cache-Line kreuzt (aufgrund eines Cache-Miss) oder wo er eine Seitengrenze kreuzt (aufgrund eines Translation Lookaside Buffer Miss), wobei in diesem Fall der Cache den CMP ohne den JCC speichern kann.
This may occur, for example, where JCC is crossing a cache line (due to a cache miss) or crossing page boundary (due to a translation look-aside buffer miss), in which case the cache may store the CMP without the JCC.
Führt auch diese Cache-Adressierung nicht zu einem Cache-Hit, so liegt Cache-Miss vor.
If this cache address operation also fails, a cache miss is registered.
Ein Cache-Miss liegt vor, wenn der Cache nicht über die angeforderten Inhalte verfügt.
Anstelle eines tatsächlich vorliegenden Cache-Hit-Ereignisses wird dem Mikroprozessor (1) ein Cache-Miss gemeldet.
Cache miss is signalled to the microprocessor (1) instead of the actually present cache hit event.
Wenn im CDN-Cache momentan keine Kopie des Bildes mit der klavierspielenden Katze liegt, führt diese Anfrage im Cache zur Fehlanzeige (Cache-Miss), und die Anfrage nach dem Originalbild wird an den Ursprungsserver weitergeleitet.
If a copy of the cat-playing-piano picture is not currently in the CDN cache, this request results in a cache miss, and the request is passed along to the origin server for the original picture.
Die Cache-Line ist ungültig. Wird sie vom Prozessor angefragt, tritt ein Cache-Miss auf, und die Daten müssen aus dem Hauptspeicher (oder einem anderen Cache) geholt werden.
Unlike the MESI protocol, a shared cache line may be dirty with respect to memory; if it is, some cache has a copy in the Owned state, and that cache is responsible for eventually updating main memory.