[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
- [Tinycc-devel] Implementing gcc intrinsics, Vladimir Vissoultchev, 2016/04/08
- Re: [Tinycc-devel] Implementing gcc intrinsics, Sergey Korshunoff, 2016/04/13
- Re: [Tinycc-devel] Implementing gcc intrinsics, Vladimir Vissoultchev, 2016/04/13
- Re: [Tinycc-devel] Implementing gcc intrinsics,
Sergey Korshunoff <=
- Re: [Tinycc-devel] Implementing gcc intrinsics, Michael Matz, 2016/04/14
- Re: [Tinycc-devel] Implementing gcc intrinsics, Vladimir Vissoultchev, 2016/04/14
- Re: [Tinycc-devel] Implementing gcc intrinsics, Michael Matz, 2016/04/15
- Re: [Tinycc-devel] Implementing gcc intrinsics, Sergey Korshunoff, 2016/04/16
- Re: [Tinycc-devel] Implementing gcc intrinsics, Sergey Korshunoff, 2016/04/16
- Re: [Tinycc-devel] Implementing gcc intrinsics, Sergey Korshunoff, 2016/04/16
- Re: [Tinycc-devel] Implementing gcc intrinsics, Sergey Korshunoff, 2016/04/16
- Re: [Tinycc-devel] Implementing gcc intrinsics, Michael Matz, 2016/04/17
Re: [Tinycc-devel] Implementing gcc intrinsics, Michael Matz, 2016/04/14