lean4-htt/gen
Leonardo de Moura 98edae152a fix(runtime): replace lean::alloca with macro
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.
2019-02-04 09:36:53 -08:00
..
apply.lean fix(runtime): replace lean::alloca with macro 2019-02-04 09:36:53 -08:00