Closed Bug 741115 Opened 12 years ago Closed 5 years ago

avoid reporting OOM during type inference

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: igor, Unassigned)

References

Details

+++ This bug was initially created as a clone of Bug #737365 comment 16 +++

Currently type inference reports OOM using TypeCompartment::setPendingNukeTypes(). Yet the code completely recovers from it via disabling the inference and discarding the compiled code. Hence the idea is to stop reporting OOM delegating that to the moment when recovery is not possible.
No longer blocks: 737364
Assignee: general → nobody
TypeCompartment::setPendingNukeTypes() does not seem to exist anymore. I'd say resolve WFM and move on.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.