ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/main.C
(Generate patch)

Comparing deliantra/server/server/main.C (file contents):
Revision 1.178 by root, Sat Sep 16 22:17:42 2017 UTC vs.
Revision 1.179 by root, Sat Nov 17 23:33:18 2018 UTC

237 // used for the inner loop 237 // used for the inner loop
238 if (_i < actives.size ()) // HACK, rely on _i :/ 238 if (_i < actives.size ()) // HACK, rely on _i :/
239 { 239 {
240 object *next = actives [_i + 1]; 240 object *next = actives [_i + 1];
241 241
242 prefetch (&next->flag , 0, 1); 242 ecb_prefetch (&next->flag , 0, 1);
243 prefetch (&next->speed , 0, 1); 243 ecb_prefetch (&next->speed , 0, 1);
244 prefetch (&next->anim_speed, 0, 1); 244 ecb_prefetch (&next->anim_speed, 0, 1);
245 prefetch (&next->contr , 0, 1); 245 ecb_prefetch (&next->contr , 0, 1);
246 } 246 }
247 247
248 /* Now process op */ 248 /* Now process op */
249 if (expect_false (op->flag [FLAG_FREED])) 249 if (expect_false (op->flag [FLAG_FREED]))
250 { 250 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines