Skip to content

support override TLS_MODEL for linux platform #365

@hardfist

Description

@hardfist

I'm using Tracy Profiler in Node.js binding(which use dlopen)
, which relies on rpmalloc. However, this setup throws an error because rpmalloc uses the init-exec TLS model. The issue goes away if I change the TLS model to local-dynamic, but it seems that rpmalloc doesn’t currently support overriding the TLS model on Linux. I’m wondering if rpmalloc could be extended to support overriding the TLS model on Linux platforms.

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