publicclass Main { publicstaticvoid main(String[] args) throws Exception { Class<?> c = Class.forName("IrreducibleLoop"); // Note that we don't actually enter the loops in the 'liveness' // method, so this is just a verification that that part of the code we // generated for that method is correct.
Method m = c.getMethod("liveness", int.class, int.class);
Object[] arguments = {42, 12};
System.out.println(m.invoke(null, arguments));
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet am 2026-06-29)
¤
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.