зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1646045: Add ensureBallast to FoldLoadsWithUnbox r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D79837
This commit is contained in:
Родитель
e722c196bc
Коммит
74a825ca87
|
@ -4939,6 +4939,9 @@ bool jit::FoldLoadsWithUnbox(MIRGenerator* mir, MIRGraph& graph) {
|
|||
}
|
||||
|
||||
// Combine the load and unbox into a single MIR instruction.
|
||||
if (!graph.alloc().ensureBallast()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
MIRType type = unbox->type();
|
||||
MUnbox::Mode mode = unbox->mode();
|
||||
|
|
Загрузка…
Ссылка в новой задаче