search for: youcanbook

Displaying 8 results from an estimated 8 matches for "youcanbook".

2018 May 29
2
Can creating new forms of debug info metadata be simplified? [formatting fixed]
...mpl currently is manually tuned to only hash members that are likely to differ. - The deserialization code also supports various older serialization formats. -- adrian > > Thanks for your time! > > -- > Sohail Somani > Fizz Buzz Inc. > Booking schedule: https://sohailsomani.youcanbook.me <https://sohailsomani.youcanbook.me/> > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <http://lists.llvm.or...
2018 May 29
2
Can creating new forms of debug info metadata be simplified? [formatting fixed]
...new kind added in the last few years. However, in my humble opinion, it would make it easier to add richer information allowing those of us extending LLVM to create better debuggers/debugging experiences. Thanks for your time! -- Sohail Somani Fizz Buzz Inc. Booking schedule: https://sohailsomani.youcanbook.me -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180529/e37bc47c/attachment.html>
2018 May 29
0
Can creating new forms of debug info metadata be simplified? [formatting fixed]
...er, in my humble opinion, it would make it easier > to add richer information allowing those of us extending LLVM to create > better debuggers/debugging experiences. > > Thanks for your time! > > -- > Sohail Somani > Fizz Buzz Inc. > Booking schedule: https://sohailsomani.youcanbook.me > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/...
2018 May 29
0
Can creating new forms of debug info metadata be simplified? [formatting fixed]
...iffer. > - The deserialization code also supports various older serialization formats. These are the two corner cases I was thinking of. >> >> Thanks for your time! >> >> -- >> Sohail Somani >> Fizz Buzz Inc. >> Booking schedule: https://sohailsomani.youcanbook.me <https://sohailsomani.youcanbook.me/> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <...
2018 May 29
2
Can creating new forms of debug info metadata be simplified? [formatting fixed]
.../www.boost.org/doc/libs/1_67_0/libs/serialization/doc/tutorial.html#versioning > >>>> >>>> Thanks for your time! >>>> >>>> -- >>>> Sohail Somani >>>> Fizz Buzz Inc. >>>> Booking schedule: https://sohailsomani.youcanbook.me >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> llvm-dev at lists.llvm.org >>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>
2018 May 29
0
Can creating new forms of debug info metadata be simplified?
...ne new kind added in the last few years. However, in my humble opinion, it would make it easier to add richer information allowing those of us extending LLVM to create better debuggers/debugging experiences.Thanks for your time! — Sohail Somani Fizz Buzz Inc. Booking schedule: https://sohailsomani.youcanbook.me -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180529/caad40eb/attachment.html>
2018 May 29
0
Can creating new forms of debug info metadata be simplified? [formatting fixed]
...erialization/doc/tutorial.html#versioning > >> >>>>> >>>>> Thanks for your time! >>>>> >>>>> -- >>>>> Sohail Somani >>>>> Fizz Buzz Inc. >>>>> Booking schedule: https://sohailsomani.youcanbook.me >>>>> >>>>> _______________________________________________ >>>>> LLVM Developers mailing list >>>>> llvm-dev at lists.llvm.org >>>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>>
2018 Nov 01
2
RFC: Adding debug information to LLVM to support Fortran
Regarding flags, I was just thinking that maybe we should invent a new DISubprogramFlags type. DISubprogram already has a few bitfields for subprogram-specific things, Fortran will want 3 more, and there's no reason to fill up the generic DIFlags with more bits that are used in only one class. I agree that the array stuff needs to be designed with an eye to handling how other languages do