Changes between Version 36 and Version 37 of ContractReduction


Ignore:
Timestamp:
12/11/15 13:25:53 (10 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ContractReduction

    v36 v37  
    253253/*@ requires scope <= $root && gbarrier!=\null && place >= 0;
    254254 *@ ensures $gbarrier_process_at(gbarrier, place)==$self;
    255  *@ $depends $calls($barrier_create, $everything, gbarrier, place);
     255 *@ depends \calls($barrier_create, $everything, gbarrier, place);
    256256 *@ assigns \nothing;
    257257 *@ behavior success:
     
    281281{{{
    282282/* Calls the barrier associated with this local barrier object.*/
    283 /*@ $depends \nothing;
     283/*@ depends \nothing;
    284284  @ assigns \nothing; // although the barrier records is updated but it gets cleaned up when the method returns
    285285  @*/