[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Preprocessor performance tuning
From: |
Vladimir Vissoultchev |
Subject: |
Re: [Tinycc-devel] Preprocessor performance tuning |
Date: |
Sat, 16 Apr 2016 18:41:34 +0300 |
Wow, that's a lot of `TokenString` instances!
You can try increasing `TOKSTR_TAL_SIZE` to 32MB. Then 256MB? When usage
drops below 100% on Limit=128 allocator then you can start decreasing it, if
you have to fine tune the capacity.
cheers,
</wqw>
-----Original Message-----
From: Tinycc-devel [mailto:address@hidden
On Behalf Of Sergey Korshunoff
Sent: Saturday, April 16, 2016 6:32 PM
To: address@hidden
Subject: Re: [Tinycc-devel] Preprocessor performance tuning
> With latest tweaks I get ~58MB/s compilation speed on average, up from
> 46MB/s by latest mob before the patch.
How to improve tccboot compilation?
imit= 128, nb_peak= 5163, nb_total=36465, nb_missed=1900890,
nb_failed=1497568, 100%
limit= 256, nb_peak=37939, nb_total=37939, nb_missed= 0,
nb_failed= 0, 91%
limit= 1024, nb_peak= 5, nb_total= 1379, nb_missed=48574,
nb_failed=18092, 100%
_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
- Re: [Tinycc-devel] Preprocessor performance tuning, (continued)
- Re: [Tinycc-devel] Preprocessor performance tuning, Sergey Korshunoff, 2016/04/15
- Re: [Tinycc-devel] Preprocessor performance tuning, Vladimir Vissoultchev, 2016/04/16
- Re: [Tinycc-devel] Preprocessor performance tuning, Sergey Korshunoff, 2016/04/16
- Re: [Tinycc-devel] Preprocessor performance tuning, Sergey Korshunoff, 2016/04/16
- Re: [Tinycc-devel] Preprocessor performance tuning, Vladimir Vissoultchev, 2016/04/16
- Re: [Tinycc-devel] Preprocessor performance tuning, Sergey Korshunoff, 2016/04/16
- Re: [Tinycc-devel] Preprocessor performance tuning, Vladimir Vissoultchev, 2016/04/16
- Re: [Tinycc-devel] Preprocessor performance tuning, Sergey Korshunoff, 2016/04/17
- Re: [Tinycc-devel] Preprocessor performance tuning, Vladimir Vissoultchev, 2016/04/17
- Re: [Tinycc-devel] Preprocessor performance tuning, Sergey Korshunoff, 2016/04/17
- Re: [Tinycc-devel] Preprocessor performance tuning,
Vladimir Vissoultchev <=