-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cxxmodules] Reduce pcm size by not embedding all used files #2411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This reduces pcm size by 5.5 Mbytes
```
`--> du lib/*.pcm | awk -F ' ' '{sum += $1} END {print sum}'
340380
`--> du lib/*.pcm | awk -F ' ' '{sum += $1} END {print sum}'
334932
```
|
Starting build on |
|
@phsft-bot build just on slc6/gcc62 with flags -Druntime_cxxmodules=On -Dctest_test_exclude_none=on |
|
Starting build on |
|
Build failed on slc6/gcc62. Errors:
And 598 more |
|
Could the commit message be enhanced to express which files are still embedded? Thanks. |
|
@phsft-bot build just on slc6/gcc62 with flags -Druntime_cxxmodules=On -Dctest_test_exclude_none=on |
|
Starting build on |
|
Turns out that it doesn't help modules relocation. closing |
This reduces pcm size by 5.5 Mbytes