Ignore:
Timestamp:
Jul 3, 2020, 4:50:21 PM (4 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
aebf5b0
Parents:
276f105
Message:

tracing memory allocation of resolver passes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CandidateFinder.cpp

    r276f105 rc15085d  
    596596                const ast::SymbolTable & symtab;
    597597        public:
     598                static size_t traceId;
    598599                CandidateFinder & selfFinder;
    599600                CandidateList & candidates;
     
    15071508        };
    15081509
     1510        size_t Finder::traceId = Stats::Heap::new_stacktrace_id("Finder");
    15091511        /// Prunes a list of candidates down to those that have the minimum conversion cost for a given
    15101512        /// return type. Skips ambiguous candidates.
Note: See TracChangeset for help on using the changeset viewer.