tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] libtcc could be made more multipurpose


From: Dwight Schauer
Subject: Re: [Tinycc-devel] libtcc could be made more multipurpose
Date: Sat, 19 Dec 2009 13:54:38 -0600

On Sat, Dec 19, 2009 at 1:20 PM, grischka <address@hidden> wrote:
> It is currently possible to create as many states as you want, and
> each new state starts with a fresh symbol space, but for each state
> compilation needs to be finished before other states are created.
> (That is because many global variables are used during compilation).
>
> After that there is only symbols and debug info in the state which
> you can keep or delete as needed.

Yes, that should work. I'd just harvest the symbol values after I've
relocated the compilation state, and the delete the state.

>> On a side note: tcc does not build cleanly on 64 bit for 64 bit
<snip>
> That's from 0.9.25?  Should be fixed mostly in current master branch.
> http://repo.or.cz/w/tinycc.git

Yes, it was 0.9.25. I installed the
http://aur.archlinux.org/packages.php?K=tcc-git  package and did not
get those warnings while building.

Thanks.

Dwight




reply via email to

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