sbt/compile/api
Paul Phillips 528b4ed342 Limit unnecessary Array allocations from ClassToAPI.
+----------------------------------------------------------------------------+----------------+
|                                    Name                                    |  Shallow Size  |
+----------------------------------------------------------------------------+----------------+
|  +---1571683 zero length arrays xsbti.api.Annotation[]                     |    25,146,928  |
|  |                                                                         |                |
|  +---1373273 zero length arrays xsbti.api.TypeParameter[]                  |    21,972,368  |
|  |                                                                         |                |
|  +---305126 zero length arrays xsbti.api.ParameterList[]                   |     4,882,016  |
|  |                                                                         |                |
|  +---295294 zero length arrays xsbti.api.MethodParameter[]                 |     4,724,704  |
|  |                                                                         |                |
2011-09-07 13:09:53 -07:00
..
APIUtil.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00
ClassToAPI.scala Limit unnecessary Array allocations from ClassToAPI. 2011-09-07 13:09:53 -07:00
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00
ParseType.scala basic type parsing for testing/prototyping 2010-06-21 21:23:10 -04:00
SafeLazy.scala make serializable abstract Lazy template 2010-10-30 11:56:40 -04:00
SameAPI.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00
ShowAPI.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00
TagTypeVariables.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00
Visit.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00