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

Michael Kruse via cfe-dev cfe-dev at lists.llvm.org
Thu Jun 11 12:20:27 PDT 2020


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


More information about the cfe-dev mailing list