firefox-devtools/profiler

C++-demangle JS function names for emscripten'd code

Offen

#167 geöffnet am 27.02.2017

 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (486 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (1.515 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

If you compile a C++ project to JS using emscripten, you end up with JS function names like __ZN20ShaderConstantBuffer9SetFloat3EiRKN4math6float3E. Profiles of such code can be hard to read. We should run function names through a demangler so that they become readable; in the example that would be ShaderConstantBuffer::SetFloat3(int, math::float3 const&).

There's a demangle module on npm that can do this.

┆Issue is synchronized with this Jira Task

Contributor Guide