Static vs Dynamic #2305
Replies: 1 comment 1 reply
-
No I do not think TCA's dependencies are duplicated and does not result in a larger binary. As an example, the App Clip for isowords must have a binary of less than 10mb yet it consists of many modules that each depend on TCA. Do you have a concrete example of where you are seeing the compiled binary become larger due to TCA? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The TCA architecture uses a pure SPM approach for dependency management. All of its downstream dependencies are not explicitly declared as dynamic, so I assume they are statically linked.
Does this not result in a larger binary, given that potentially multiple copies of linked packages are included?
Beta Was this translation helpful? Give feedback.
All reactions