]> git.cworth.org Git - apitrace/commitdiff
trim: Add a new --trim-spec option for fine-grained trimming
authorCarl Worth <cworth@cworth.org>
Thu, 15 Nov 2012 04:55:31 +0000 (20:55 -0800)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 6 Feb 2013 15:46:13 +0000 (15:46 +0000)
This has two benefits:

1. In cases where the dependency analysis goes wrong, using the --trim-spec
   option can help identify which portion of the code is misbehaving, (and
   allows the user to still get some trim benefit by avoiding the broken
   code).

2. The implementation of this change breaks the analysis code up into several
   more fine-grained functions, so it should be easier to review and maintain.


No differences found