tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] alinged/unaligned on OpenBSD


From: grischka
Subject: Re: [Tinycc-devel] alinged/unaligned on OpenBSD
Date: Thu, 28 Jan 2021 09:27:49 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Herman ten Brugge wrote:
I implemented load/store bytes for packed structs in tcc (see attachment).
Can I push it to mob?

Did you test this?  What happens if you enable this for
any structs
    //#ifdef TCC_TARGET_ARM
               //if (packed)
                    f->type.t |= VT_PACKED;
    //#endif
and run the tests?

Btw, do we really need all these gen_increment_tcov ()'s?
Can't we just use the inc(0, TOK_INC) for all targets?

--- grischka


    Herman





reply via email to

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