Changeset cdc4d43
- Timestamp:
- May 29, 2018, 3:53:59 PM (7 years ago)
- Branches:
- new-env, with_gc
- Children:
- 1ed958c3
- Parents:
- eba74ba
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Heap.cc
reba74ba rcdc4d43 21 21 #include <iostream> 22 22 23 #define WITH_HEAP_STATISTICS23 //#define WITH_HEAP_STATISTICS 24 24 25 25 namespace HeapStats { -
src/Tuples/TupleExpansion.cc
reba74ba rcdc4d43 219 219 TypeSubstitution * env = tupleExpr->env; 220 220 tupleExpr->env = nullptr; 221 delete tupleExpr;222 221 223 222 if ( TupleExpr * tupleExpr = dynamic_cast< TupleExpr * > ( tuple ) ) {
Note: See TracChangeset
for help on using the changeset viewer.