if ($opt$inline$returnAdd(42, 1) != 43) { thrownew Error();
}
if ($opt$inline$returnSub(42, 1) != 41) { thrownew Error();
}
// Some architectures used to not be able to allocate registers with // floating point operations. This call is a regression test that we don't // try inlining methods with floats in it on such architectures. The // compiler used to crash after inlining a method it cannot allocate // registers for.
tryInlineFloat();
}
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.