Agrabski / C-equals-1

C-=-1 is a language designed to research new metaprogramming techniques. It is not intended for industrial usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inlining strategy

Agrabski opened this issue · comments

Expand function metadata with inlining strategy.
Agressive: inline regardless of configuration (metaprogramming operations)
Default: inline in release build
Never: never inline