We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm experiencing a deopt inside node code, specifically associated with realpathSync. When I ran with --trace-depot the output included this:
realpathSync
--trace-depot
[bailout (kind: deopt-soft): begin 0x223578911fb1 <JSFunction realpathSync (sfi = 0x2235d476bcc1)> (opt #5) @50, FP to SP delta: 152, caller sp: 0x7ffeefbfdae8] ;;; deoptimize at <node:fs:1766:26>, Insufficient type feedback for generic keyed access
I assume that node: bit was not parsed in a meaningful way by deoptigate leading to the null reference and the crash.
node:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm experiencing a deopt inside node code, specifically associated with
realpathSync
. When I ran with--trace-depot
the output included this:I assume that
node:
bit was not parsed in a meaningful way by deoptigate leading to the null reference and the crash.The text was updated successfully, but these errors were encountered: