Changes between Initial Version and Version 1 of Ticket #2307
- Timestamp:
- Sep 8, 2008, 1:49:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2307 – Description
initial v1 1 On GCC-4.1.0 just ''compiling'' the test_binomial_real_concept test consumes over 1.6G of memory before I decide that the swapping is unacceptable and I kill it. That leads me to suspect strongly that source:/trunk/status/explicit-failures-markup.xml #L3411 wrongly blames the running time of the test. It seems to me that these tests might be made to work by breaking up the source files into chunks that are manageable by the compiler.1 On GCC-4.1.0 just ''compiling'' the test_binomial_real_concept test consumes over 1.6G of memory before I decide that the swapping is unacceptable and I kill it. That leads me to suspect strongly that source:/trunk/status/explicit-failures-markup.xml@48168#L3411 wrongly blames the running time of the test. It seems to me that these tests might be made to work by breaking up the source files into chunks that are manageable by the compiler. 2 2 3 3 I'm happy to give you access to a system where you can experience the issue firsthand if you don't have one yourself.