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: [email protected] [mailto:[email protected]] On Behalf Of Sergey Korshunoff Sent: Tuesday, April 5, 2016 11:34 AM To: [email protected] 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 [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
