Skip to content

TEAL - Produce Assembly Map During Compilation #17

@barnjamin

Description

@barnjamin

There are 2 valuable bits of information the are available during contract assembly.

  1. Program Counter (pc), the index in the bytecode of a given instruction
  2. Template Variable Locations, the index in the bytecode of a given template variable and its type

Producing an output file with the above would help with debugging and with variable insertion.

More tooling for encoding and inserting template variables would be needed as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions