Changeset f43146e4 for src/AST/Pass.cpp


Ignore:
Timestamp:
Oct 27, 2023, 2:11:39 PM (10 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
0b5e780
Parents:
bef4f1a
Message:

Updated some stats/counters to trigger off the new AST. Others will just have to be updated/re-added later because the support code to run them is missing and I don't know what stats we might need in the future.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.cpp

    rbef4f1a rf43146e4  
    1919
    2020PassVisitorStats pass_visitor_stats;
     21// TODO: There was a counter for every syntax node created.
     22//   This has not been translated to the new ast.
    2123// Stats::Counters::SimpleCounter * BaseSyntaxNode::new_nodes = nullptr;
    2224
Note: See TracChangeset for help on using the changeset viewer.