tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] make tcc reentrant


From: Ulrich Schmidt
Subject: Re: [Tinycc-devel] make tcc reentrant
Date: Mon, 9 Dec 2019 17:47:51 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0

Am 09.12.2019 um 16:42 schrieb Michael Matz:
And here's the crux: define "compiling state related values".  Is the
memory allocator part of that?  The token hash table?  The sections?
The symbol table?  Do all of those really need to become per-state?  Do we
really need to support multi-threading at a finer grain level than a BCL
(big compiler lock:)  )?

compiling state related values:
  All values changable betwen tcc_new() call and tcc_delete() call.

Greetings.




reply via email to

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