Skip to content

Reduce calls to getenv #28

@Ethane98

Description

@Ethane98

SPI currently calls getenv() repeatedly during instrumentation instead of storing variables at start.

Additionally, getenv("X") should be replaced with getenv_bool("X"), defined as not (undefined v || v is "" || v is "0" || v is "false"). This checks for environment variable values instead of just definition, making configuration more user-friendly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    future improvementIssues that have a work around right now, but can be better solved in the future

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions