Comment 1 for bug 1095488

Revision history for this message
Paul Khuong (pvk) wrote :

Fixed in

commit 678a5d0cd5bfccf621e11147507471c3f511595c
Author: Paul Khuong <email address hidden>
Date: Thu Jan 3 10:31:09 2013 -0500

    Do not traverse long constant lists when expanding DOLIST

    * Only gather type information on the list contents' if it's short
      (at most 20 elements); otherwise, do not derive type information.

    * Thanks to Douglas Katzman for the bug report (lp#1095488).