Open
Bug 1783482
Opened 3 years ago
Updated 1 year ago
Print more details in BytecodeSection::updateDepth assertion failure
Categories
(Core :: JavaScript Engine, enhancement, P5)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
References
(Blocks 1 open bug)
Details
When working on bytecode emitter, sometimes the stack state goes wrong and hits the assertion failure stackDepth_ >= 0.
void BytecodeSection::updateDepth(BytecodeOffset target) {
...
MOZ_ASSERT(stackDepth_ >= 0);
it would be nice to dump the bytecode until that point, so that it's clearer how it goes wrong.
Updated•1 year ago
|
Blocks: sm-frontend
Severity: -- → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•