[Issue 10693] cartesianProduct with over 7 ranges causes segfault at	compile time
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jul 24 21:21:04 PDT 2013
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=10693
--- Comment #3 from hsteoh at quickfur.ath.cx 2013-07-24 21:21:02 PDT ---
This is likely because there are a lot of recursive templates involved in the
implementation of cartesianProduct, and DMD is running out of memory. Probably
the implementation has to be redesigned to use less templates.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list