Changes in src/main.cc [64b3cda:3dd8f42]
- File:
-
- 1 edited
-
src/main.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r64b3cda r3dd8f42 46 46 #include "Common/UnimplementedError.h" // for UnimplementedError 47 47 #include "Common/utility.h" // for deleteAll, filter, printAll 48 #include "Concurrency/Actors.hpp" // for implementActors 48 49 #include "Concurrency/Keywords.h" // for implementMutex, implement... 49 50 #include "Concurrency/Waitfor.h" // for generateWaitfor … … 341 342 PASS( "Generate Autogen Routines", Validate::autogenerateRoutines( transUnit ) ); 342 343 344 PASS( "Implement Actors", Concurrency::implementActors( transUnit ) ); 345 343 346 PASS( "Implement Mutex", Concurrency::implementMutex( transUnit ) ); 344 347 PASS( "Implement Thread Start", Concurrency::implementThreadStarter( transUnit ) );
Note:
See TracChangeset
for help on using the changeset viewer.