This error message was around line 10200 v8/src/objects.cc , but no longer exists. This basically means that no optimization is currently used for a particular trace. Perhaps because it was not used or was rarely used. This was probably the library function of Node.js. The specified address is in memory. You will have to connect the debugger to v8 and load the symbol for SharedFunctionInfo in this place. Perhaps a breakpoint on the line that also creates the message.
I donβt think itβs useful to know that it has not been optimized, since there are many things that are not optimized ... just take the output from --trace_opt and assume that everything else is not. It was just a hint that the check was performed for optimized code, and no one had time. Perhaps try --trace_codegen and work backwards.
This seems like a very time consuming task to research.
Thorsten Lorenz will be the guy to ask about this.
source share