|
From: | Charles Anthony |
Subject: | Re: [Tinycc-devel] add tcc uninitialized variable warning |
Date: | Thu, 5 Jun 2014 15:29:11 -0700 |
However, this will only impose a speed penalty on the compiler, it will not make it any faster. If you decide to try to implement it, you must write benchmarks showing how much slower tcc will run for some important compilation targets. Take a large project, such as Awk, and see how much slower it takes to compile with these warnings implemented. See how much more memory it will consume. If the numbers involve a negligible change, you might get buy-in. (Note: negligible is in the eye of the beholder. A 1% slow-down may be too much.)Hello jiang,
[Prev in Thread] | Current Thread | [Next in Thread] |