> I can see that for inlines there is a separate `InlineFunc` struct that
> keeps function body until end of generation when in `gen_inline_functions`
> only the referenced inlines are generated as regular functions.

Then we can search if a function to call is inline function and if so,
parse this function body in the form of the {( )} block. A compiler
switch can be used to keep old bejavior

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to