On Sat, Dec 19, 2009 at 1:20 PM, grischka <[email protected]> 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 _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
