Ticket #65 (new defect)
patest_in_overflow does not work with compiler optimizations
| Reported by: | bjornroche | Owned by: | bjornroche |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | test | Version: | |
| Keywords: | patest input overflow optimization compile | Cc: |
Description
patest_in_overflow, at least on the mac, must be built without optimization in order to work. this is because, as far as I can tell, the compiler is smart enough to realize that the sin calculations it's being asked to compile are never used, so the CPU utilization never goes very high. Also, the code seems to assume that the CPU utilization will always be a linear function of the number of sines, which is probably not true as soon as you have dropouts.
Change History
Note: See
TracTickets for help on using
tickets.
