Skip to content

Function implementations in the tkrzw module interface #61

Description

@SchaichAlonso

Hi

tkrzw has quite a bit of code that is implemented in header files that are supposed to be included by consuming projects. This causes some technical issues with weak symbols inside the consumer's translation units (or .obj files), that might fail to be deduplicated if the consuming project uses compiler settings different from those used by the tkrzw build system.

More importantly, however, parts of the code, especially non-virtual implementations, might end up being embedded into consuming applications by optimizers that eliminate the procedure calls, raising concerns considering licensing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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