Increase parse speed of long queries ------------------------------------ Key: CORE-6274 URL: http://tracker.firebirdsql.org/browse/CORE-6274 Project: Firebird Core Issue Type: Improvement Components: Engine Affects Versions: 3.0.5, 4.0 Beta 1 Reporter: Adriano dos Santos Fernandes
With CORE-6246 tests, for example, parse is very slow because parser keeps adding stack space in 16 increments, which makes lots of realloc and copies. In a test (slow vm and debug build), changing YYSTACKGROWTH to 128 improves the test from 33s to 7s. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel