New issue
Advanced search Search tips

Issue 853127 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

--trace-turbo is missing function names during streaming compile

Project Member Reported by herhut@chromium.org, Jun 15 2018

Issue description

During streaming compilation, we do not have access to functions names while compiling wasm byte-code, as that section might not have been loaded, yet. Hence, we just output index based names.

The only way to fix this would be to have a flag to delay the creation of compilation jobs until the full module has been parsed or to cache tracing information until names are available. 

Not sure this is worthwhile.
 

Sign in to add a comment