Re: [Tinycc-devel] Support for hidden symbols?

2014-04-13 Thread Austin English
On Sun, Apr 13, 2014 at 8:22 PM, Michael Matz wrote: > Hi, > > > On Sat, 12 Apr 2014, Austin English wrote: > > I recently revisited compiling Wine with TinyCC. I've got some patches for >> wine for that, but my current blocker is a lack of support for hidden >> symbols on tcc: >> > > Even with

Re: [Tinycc-devel] Support for hidden symbols?

2014-04-13 Thread Michael Matz
Hi, On Sat, 12 Apr 2014, Austin English wrote: I recently revisited compiling Wine with TinyCC. I've got some patches for wine for that, but my current blocker is a lack of support for hidden symbols on tcc: Even with that fixed I'll predict some more blockers for wine. It's not exactly one

Re: [Tinycc-devel] C99 token pasting

2014-04-13 Thread grischka
Thomas Preud'homme wrote: On April 12, 2014 9:53:51 PM GMT+08:00, grischka wrote: Good, however note that the mechanism to perform token pasting via tcc_open_bf(tcc_state, ":paste:", cstr.size); is extremely slow and per se has a good share in making current tcc about twice as slow compili