diff options
author | Ben Barsdell <bbarsdell@nvidia.com> | 2022-05-25 22:35:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 07:35:56 -0500 |
commit | bb0f4dc31d33b62f9f255fa2c0c9b6ff09997554 (patch) | |
tree | b5a32751b06419fedb4acda7c7c5baccf985cf81 /lib/compilers/ada.js | |
parent | cf0aec01e4825b1ee4de3b3c1c10ee056641db25 (diff) | |
download | compiler-explorer-bb0f4dc31d33b62f9f255fa2c0c9b6ff09997554.tar.gz compiler-explorer-bb0f4dc31d33b62f9f255fa2c0c9b6ff09997554.zip |
Fix demangling in CUDA PTX output (#3714)
- Demangling was previously very incomplete and in fact appears to
have worked only through luck by relying on "// .globl" being parsed
using the jumpDef regex (which failed completely when comment
filtering was enabled).
- This commit adds explicit regexes to robustly detect PTX function
and variable declarations, which enables full demangling.
Diffstat (limited to 'lib/compilers/ada.js')
0 files changed, 0 insertions, 0 deletions