Deleted Added
sdiff udiff text old ( 12334:e0ab29a34764 ) new ( 12749:223c83ed9979 )
full compact
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 502 unchanged lines hidden (view full) ---

511 testerSenderState->subBlock.mergeFrom(data);
512 }
513
514 delete srequest;
515
516 RubySystem *rs = m_ruby_system;
517 if (RubySystem::getWarmupEnabled()) {
518 assert(pkt->req);
519 delete pkt;
520 rs->m_cache_recorder->enqueueNextFetchRequest();
521 } else if (RubySystem::getCooldownEnabled()) {
522 delete pkt;
523 rs->m_cache_recorder->enqueueNextFlushRequest();
524 } else {
525 ruby_hit_callback(pkt);
526 testDrainComplete();

--- 271 unchanged lines hidden ---