Try to be slightly smarter about dumping COMPONENT-NAME
commit246cc4c6072d0f2783591b8b2556ce4b37d231fb
authorDouglas Katzman <dougk@google.com>
Mon, 31 Jul 2017 22:35:29 +0000 (31 18:35 -0400)
committerDouglas Katzman <dougk@google.com>
Mon, 31 Jul 2017 22:35:29 +0000 (31 18:35 -0400)
treed2c0e7671d0fcf6dd0aa622946b9e22b45ff1872
parent34b410dce86c0dd572aa944c75eb488ff059e93d
Try to be slightly smarter about dumping COMPONENT-NAME

While FIND-COMPONENT-NAME has a depth cutoff, it has neither a length cutoff
nor line limit, which ends up writing all sorts of crud into the string
naming the component. In particular, this patch fixes the issue that some
of the component-names in our application contained >14,000 characters.
src/compiler/debug-dump.lisp