Closed
Bug 920290
Opened 11 years ago
Closed 10 years ago
PJS: When a kernel is inlined, we don't bail out on unsafe MIR in entry block
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: shu, Unassigned)
References
Details
We have the heuristic that if the entry block of a function we're trying to compile contains an unsafe MIR, we don't bother with trying to executing that function. This has a bad corner case where we inline small kernels that are unsafe, this information is lost even though we would still bail out everytime.
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•