Ignore:
Timestamp:
Aug 11, 2020, 5:07:56 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
343d10e
Parents:
22f94a4
Message:

disabled new heaptrace feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.proto.hpp

    r22f94a4 r0d070ca  
    248248        template< typename pass_t >
    249249        static inline auto beginTrace(pass_t &, int) -> decltype( pass_t::traceId, void() ) {
    250                 Stats::Heap::stacktrace_push(pass_t::traceId);
     250                // Stats::Heap::stacktrace_push(pass_t::traceId);
    251251        }
    252252
    253253        template< typename pass_t >
    254254        static inline auto endTrace(pass_t &, int) -> decltype( pass_t::traceId, void() ) {
    255                 Stats::Heap::stacktrace_pop();
     255                // Stats::Heap::stacktrace_pop();
    256256        }
    257257
Note: See TracChangeset for help on using the changeset viewer.