private: // Tries to sink code to uncommon branches. void UncommonBranchSinking(); // Tries to move code only used by `end_block` and all its post-dominated / dominated // blocks, to these blocks. void SinkCodeToUncommonBranch(HBasicBlock* end_block);
// Coalesces the Return/ReturnVoid instructions into one, if we have two or more. We do this to // avoid generating the exit frame code several times. void ReturnSinking();
DISALLOW_COPY_AND_ASSIGN(CodeSinking);
};
} // namespace art
#endif// ART_COMPILER_OPTIMIZING_CODE_SINKING_H_
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 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.