Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #2167
Closed
Open
Issue created Feb 03, 2017 by Derek Bruening@derekbrueningContributor

separate debug info into separate files from the main release packages

The 7.0 release is significantly larger than 6.2, due to the static DR library:

25MB larger: 111132 DynamoRIO-Windows-6.2.0-2.zip 136356 DynamoRIO-Windows-7.0.0-RC1.zip

Unpacked it's 92M larger:

# du -sh DynamoRIO-Windows-7.0.0-RC1 rel-6.2.0/DynamoRIO-Windows-6.2.0-2
536M    DynamoRIO-Windows-7.0.0-RC1
444M    rel-6.2.0/DynamoRIO-Windows-6.2.0-2

37M of that is adding drcachesim (pdb's are large!) The rest is the static DR build, which is huge: 15MB each x 4!

Linux is also much bigger:

98312 DynamoRIO-Linux-7.0.0-RC1.tar.gz 75036 DynamoRIO-Linux-6.2.0-2.tar.gz

Also from static DR: 20MB each x 4!

Should we consider putting the pdb's and .debugs in a separate package? That cuts Windows more than in half: shrinks from 536M to 242M. For Linux, from 319M to 231M.

Assignee
Assign to
Time tracking