[cfe-dev] Implementing front-end of a user-directed optimization

Probir Roy via cfe-dev cfe-dev at lists.llvm.org
Thu Jun 11 12:31:55 PDT 2020


Good question. I will construct the module summary based on caller and
callee information provided by the user. The relation between caller
and callee will be decided during link-time analysis.

On Thu, Jun 11, 2020 at 3:21 PM Michael Kruse <llvm at meinersbur.de> wrote:
>
> Am Do., 11. Juni 2020 um 12:54 Uhr schrieb Probir Roy <proy.cse at gmail.com>:
> > The user will annotate callee as well as a few callers and their error
> > handling code.
> >
> > #pragma xTool caller
> > {
> >       try{
> >           ret = callee();
> >       }catch(e)
> >       { ... }
> > }
>
> Isn't it obvious that this is a caller of callee()?
>
> Michael



-- 
Probir Roy


More information about the cfe-dev mailing list