tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] GAS symbols


From: Vladimir Vissoultchev
Subject: Re: [Tinycc-devel] GAS symbols
Date: Tue, 5 Apr 2016 11:50:34 +0300

Good you fixed test's makefile for .S files in a better way (makefiles not
being my strength:-))

I was wondering about the optimization: I see you preset `isidnum_table['.'
- CH_EOF]` before token loop (based on ` PARSE_FLAG_ASM_FILE` flag) but I
don't see where do you restore its prev value for the rest of the input?
Probably oyu can just leave '.' flags as is but this might backfire
sometimes later if not explicitly taken care of.

cheers,
</wqw>

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Sergey Korshunoff
Sent: Tuesday, April 5, 2016 11:34 AM
To: address@hidden
Subject: Re: [Tinycc-devel] GAS symbols

> This is weird. Could be the second table introduces some cache misses 
> but probably someone else might chime in with better explanation 
> and/or suggestion how to improve this.

A first version of the patch with speed optimization is pushed to the [mob].
A compilation speed is not changed by this version of the patch.

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




reply via email to

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