Re: [PATCH] Use mapped file name for symbols
Akim Demaille <[email protected]> Thu, 25 Feb 2021 06:54:58 +0100
| Newsgroups | gmane.comp.parsers.bison.patches |
|---|---|
| Message-ID | <[email protected]> |
Hi Joshua, > Le 16 févr. 2021 à 15:00, Joshua Watt <[email protected]> a écrit : > > Applies the file name mapping before exporting it as a symbol. This > allows the symbols to correctly respect the --file-prefix-map command > line option. Thanks for the fix! However, this is doing a lot of malloc/free for a handful of file names. I'll rather see if there's a means to have a cache for this. Cheers!