Re: [sqlite] Clang 3.3 and Scan-Build results

2014-01-23 Thread big stone
Performance of 3.8.3 beta sqlite-amalgamation-201401221923 on windows7 For "CTE recursive" in memory 'batch' workload (sudoku): - latest beta is quicker than previous 3.8.3 beta : . by 7% with one "recursive table", . by 15% with two nested "recursive table". For "normal" in memory 'batch'

Re: [sqlite] Clang 3.3 and Scan-Build results

2014-01-23 Thread Jan Nijtmans
2014/1/23 Richard Hipp : > At this point you are likely to find lots of compiler warnings. Do not > worry about those. I'm looking for incorrect behavior and/or bad > query-planner decisions, not compiler warnings. We'll deal with the > compiler warnings over the coming weeks.

Re: [sqlite] Clang 3.3 and Scan-Build results

2014-01-22 Thread big stone
Hello, To have more windows beta-testers, would it be possible ton include during beta phase : - a downloadable sqlite3.8.3beta.exe ? - a downloadable sqlite3.8.3beta.dll ? Other alternative nice to have feature on the download page would be : - a md5 signature and a sha-256 signature , - a

Re: [sqlite] Clang 3.3 and Scan-Build results

2014-01-22 Thread Richard Hipp
On Wed, Jan 22, 2014 at 4:48 PM, Jeffrey Walton wrote: > > Please let me know if you would like some independent testing. I'd be > happy to oblige. > Please go to http://www.sqlite.org/download.html and download the latest snapshot. Compile it into any and every application

Re: [sqlite] Clang 3.3 and Scan-Build results

2014-01-22 Thread Jeffrey Walton
On Wed, Jan 22, 2014 at 4:31 PM, Richard Hipp wrote: > > On Wed, Jan 22, 2014 at 3:46 PM, Jeffrey Walton wrote: >> >> Here are some results from Clang 3.3 and its scan-build engine on >> sqlite-amalgamation32k-201401171527.zip. Its a pretty good analyzer >>

Re: [sqlite] Clang 3.3 and Scan-Build results

2014-01-22 Thread Richard Hipp
On Wed, Jan 22, 2014 at 3:46 PM, Jeffrey Walton wrote: > Here are some results from Clang 3.3 and its scan-build engine on > sqlite-amalgamation32k-201401171527.zip. Its a pretty good analyzer > and it keeps getting better. > Thank you for sending us all the Clang warnings.

[sqlite] Clang 3.3 and Scan-Build results

2014-01-22 Thread Jeffrey Walton
Here are some results from Clang 3.3 and its scan-build engine on sqlite-amalgamation32k-201401171527.zip. Its a pretty good analyzer and it keeps getting better. The analyzer will perform interprocedural analysis, but only if the procedures reside within the same translation units. So it will