tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Implementing gcc intrinsics


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] Implementing gcc intrinsics
Date: Wed, 13 Apr 2016 12:43:50 +0300

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]