Skip to content

Print compartment names in .s files (ASM) #7

@catalin-hritcu

Description

@catalin-hritcu

What would increase the readability of the component interfaces in our generated .s files, is printing the original compartment names instead of just numbers:

# Interfaces
# Compartment 74 exports process
# Compartment 74 exports init
# Compartment 71 exports valid
# Compartment 74 imports Compartment 71[valid]
# Compartment 83 imports Compartment 74[process]
# Compartment 83 imports Compartment 74[init]
# Compartment 74 imports system call printf
# Compartment 83 imports system call printf
# Compartment 83 imports system call fgets

@jeremyThibault Would this be hard to do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions