Changeset dc8511c for tests/heap.cfa
- Timestamp:
- Nov 7, 2018, 1:29:43 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 2185df1
- Parents:
- 5753b33
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
tests/heap.cfa
r5753b33 rdc8511c 1 // 2 // Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo 3 // 4 // The contents of this file are covered under the licence agreement in the 5 // file "LICENCE" distributed with Cforall. 6 // 7 // heap.cfa -- 8 // 9 // Author : Peter A. Buhr 10 // Created On : Tue Nov 6 17:54:56 2018 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Nov 6 17:55:39 2018 13 // Update Count : 2 14 // 15 1 16 #include <thread.hfa> 2 17 #include <kernel.hfa> // processor … … 339 354 // Local Variables: // 340 355 // tab-width: 4 // 341 // compile-command: "cfa -nodebug -O2 heap.c " //356 // compile-command: "cfa -nodebug -O2 heap.cfa" // 342 357 // End: //
Note: See TracChangeset
for help on using the changeset viewer.