-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
[ERR!: 18:30:17.587] line 215393: Unrecognized function state '+''.
Error: Unrecognized function state '+''.
at t.assert ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:2:80962)
at t.parseFunctionState ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:8916)
at u.parseField_ ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:36015)
at u.dispatchLogRow_ ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:35827)
at u.processLogLine_ ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:36324)
at u.processLogLine ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:165:34613)
at t.LogProcessor.processContent ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:2:174538)
at t.measureAsync ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:5:27448)
at t.LogProcessor.process ($HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:2:174812)
at $HOME/.vscode/extensions/rbuckton.deoptexplorer-vscode-1.1.2-darwin-arm64/dist/extension.js:5:41903
However + should be matched by
| case "+": | |
| case "turboprop": | |
| case "maglev": | |
| case "optimized (turboprop)": | |
| case "optimized (maglev)": | |
| return FunctionState.OptimizedTurboprop; |
...and should never reach
| default: | |
| assert(false, `Unrecognized function state '${text}'.`); |
Metadata
Metadata
Assignees
Labels
No labels