tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Inserting spaces in output from -E


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] Inserting spaces in output from -E
Date: Fri, 6 May 2016 05:18:35 +0300

> I can imagine, but then again I'd maybe put the extended bit into
> the TokenSym rather than on the token number,  Like
>    int is_extended = table_ident[v - TOK_IDENT]->is_extended;

This may be a good solution. An extra memory usage by tcc in such case
needs to be measured

PS: Current solution can compile kernel in one pass (no problem with
limited symbol range) and quite fast (bench is practically the same as
w/o exsymtab)



reply via email to

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