Skip to content

Refactor capacity estimator routine #9

@streamich

Description

@streamich

Remove codegenCapacityEstimator() methods from AbstractType class and all classes that extend it. Instead implement the capacity estimator codegen in the src/codegen/capacity/ folder where a routine for each node type is a separate function, and there is one main "router" function with a big SwitchStatement which routes each node to the correct capacity estimator codegen.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions