| # | Line 147 | Line 147 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 147 | #include "selcall.h" | |
| 148 | ||
| 149 | #ifndef RAYQLEN | |
| 150 | < | #define RAYQLEN 12 /* # rays to send at once */ |
| 150 | > | #define RAYQLEN 24 /* # rays to send at once */ |
| 151 | #endif | |
| 152 | ||
| 153 | #ifndef MAX_RPROCS | |
| # | Line 212 | Line 212 | ray_pflush(void) /* send queued rays to idle childre | |
| 212 | for (i = ray_pnprocs; nc && i--; ) { | |
| 213 | if (r_proc[i].npending > 0) | |
| 214 | continue; /* child looks busy */ | |
| 215 | < | n = (r_send_next - sfirst)/nc--; |
| 215 | > | n = (r_send_next - sfirst) / nc--; |
| 216 | if (!n) | |
| 217 | continue; | |
| 218 | /* smuggle set size in crtype */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |