fitzgen opened issue #5052:
Would make capturing a backtrace go from
O(n)
wheren
is the number of Wasm frames on the stack to constant time for some user-defined acceptable constant. Max frames could be set to zero to disable backtraces completely. Would subsume the current (and deprecated)Config::wasm_backtrace
method.Follow up to #5049.
fitzgen commented on issue #5052:
cc @Stebalien
fitzgen commented on issue #5052:
FWIW, last time I looked, V8 would only capture 20 stack frames in its JS error stacks. Relevant precedent.
Last updated: Nov 22 2024 at 16:03 UTC