Functions using `alloca` are not inlined even when marked with `inline` in some compilers. Remark: GCC will _not_ inline a function calling alloca unless it is annotated with always_inline. |
||
|---|---|---|
| .. | ||
| apply.lean | ||
Functions using `alloca` are not inlined even when marked with `inline` in some compilers. Remark: GCC will _not_ inline a function calling alloca unless it is annotated with always_inline. |
||
|---|---|---|
| .. | ||
| apply.lean | ||