-
From the documentation on Module Splitting link When performing module splitting with multi-threaded apps, the flags "--in-memory" and "-sGLOBAL_BASE=N" are recommanded to use in order to capture profile information from all the threads. However, in the function do_split_module(), the flag "--in-memory" is not included when the pthread is used when building the instrument version. Is there any particular reason why the "--in-memory" flag is not included? |
Beta Was this translation helpful? Give feedback.
Answered by
kripken
Mar 29, 2023
Replies: 1 comment 1 reply
-
Looks like this might not be done automatically yet. @tlively ? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shinji-TH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this might not be done automatically yet. @tlively ?