search for: my_magic_number

Displaying 2 results from an estimated 2 matches for "my_magic_number".

2016 May 06
3
RFC: metadata attachments for global variables
...info for a constant global even though we dead-strip the global? > I'd have assumed that the constant being present in the binary, you wouldn't duplicate the initializer of the constant in the dwarf itself and that accessing the constant was enough. Similar example as above: const int my_magic_number = ...; // gets optimized away, but is still useful > >>> - When clang compiles debug info for a module it compiles an otherwise empty CU with debug info for all types in the module. >> >> - (something we recently discussed on cfe-commits for better supporting dtrace/ctfco...
2016 May 06
2
RFC: metadata attachments for global variables
> On May 6, 2016, at 3:48 PM, Adrian Prantl via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On May 6, 2016, at 3:40 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: >> >> >>> On May 6, 2016, at 3:17 PM, Adrian Prantl <aprantl at apple.com> wrote: >>> >>> >>>> On May 6, 2016, at 1:17 PM, Peter