tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Proposal for a global register feature


From: etche
Subject: [Tinycc-devel] Proposal for a global register feature
Date: Tue, 13 Dec 2011 20:13:43 +0100
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)


Hi,

Do you think it would be possible to include this feature in TCC ?

typedef struct CPUX86State {
char *xx;  int  v1;  int  v2;
} CPUX86State;

register struct CPUX86State env asm("ebp")

Only GCC allows this syntax where, obviously, registers are directely generated and manipulated in assembly code.

In fact I have the project to compile QEMU with TCC and this point is the last blocking point (I hope).

Best regards

José Etcheverria



reply via email to

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