Skip to content

Profiling interpreter #25

@LimeEng

Description

@LimeEng

Write an interpreter that collects various data during execution of a run.
Things that may be of interest:

  • Instruction frequency
  • Common loop patterns
  • Highest cell index accessed

Just for fun:

  • Calculate the entropy of the program before and after optimization
  • Compression factor, how many instructions were removed after optimization

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions