// here the current algorithm partial-overlapping will stumble a bit // The register containing "zero" will be marked as "reserved for locals" // Then the subsequent arraycopy will need a whole new set of 5 registers void testMixedWorseCase() { int src = 6; int dest = 7; int zero = 0;
// ensure that an attempt to combine registers for a local // with a differing category doesn't mess us up. long testMixedCategory(boolean foo) { if (foo) { int offset = 1; int src = 6; int dest = 7;
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.