// Interface for updating the instruction cache. Whenever the VM modifies // code, part of the processor instruction cache potentially has to be flushed.
class ICache : public AbstractICache { public: enum {
stub_size = 0, // Size of the icache flush stub in bytes.
line_size = 2, // There is no explicit flushing on z/Architecture. // This value is ignored by the flush stub (a nop !).
log2_line_size = 1
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.