Revision 8b2736c71ca6eb8e62a69f57ad07e4e19a95c936 authored by Brad King on 06 December 2017, 16:23:58 UTC, committed by Brad King on 06 December 2017, 16:39:03 UTC
The backtrace information is very repetitive and hugely increases the
size of the codemodel object.  We need to remove it until an alternative
representation can be developed.  Revert commit v3.10.0-rc1~393^2
(server: Report backtraces in codemodel response, 2017-06-20), except
for the protocol version number (because it indicates other new things).

Unfortunately this is incompatible with clients that expect the
"crossReferences" field in targets.  However, the regression in memory
usage is quite serious, especially on large projects, and therefore
breaks even older clients that do not use backtraces.  Since the
"crossReferences" field was only provided by one release (3.10.0), it is
simplest to revert it outright for 3.10.1.

Fixes: #17502
1 parent 7746fdb
History
File Mode Size
bash-completion
vim
CMakeLists.txt -rw-r--r-- 256 bytes
cmake-mode.el -rw-r--r-- 14.3 KB
cmake.m4 -rw-r--r-- 1.4 KB

back to top