Bug #36
browserFS thousand of exceptions raised/caught
Start date:
08/22/2020
Due date:
% Done:
0%
Estimated time:
Description
BrowserFS is used in the emscripten build
The Filesystem code is structured such that in the normal case it routinely throws/catches exceptions.
A notable example is in the handling of stat().
This makes it hard to track down issues in the browser as the debugger is distracted by the exceptions.
It also may have a detrimental performance impact.