search for: d60012

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

Did you mean: 260012
2020 Mar 16
3
[GSOC] "Project: Improve inter-procedural analyses and optimisations"
...0233>and > D71617 <https://reviews.llvm.org/D71617>. > > I am trying to get more familiar with Attributor’s code. Since the code is > very large right now, I thought to refer to some of the very initial > patches of attributor (D59918, <https://reviews.llvm.org/D59918> D60012 > <https://reviews.llvm.org/D60012>, D63379 > <https://reviews.llvm.org/D63379>). I believe that by looking at these > three I can get a better idea of the framework as a whole. Please suggest > if this is a good idea or not. Also please suggest any other way by which I >...
2020 Mar 14
3
[GSOC] "Project: Improve inter-procedural analyses and optimisations"
Hi Fahad, > > Improve dynamic memory related capabilities of Attributor. For example > Improve HeapToStackConversions. Maybe such deductions can help safety > (dis)provers. For example, can we improve the use-after-free bug detection > using some attributes? > Stefan should know more about H2S. Regarding the use-after-free, I don't > think there's currently any plans