diff --git a/docs/DSGraphStatus.html b/docs/DSGraphStatus.html index 6b12cc35a01..8b3bc0ef0f1 100644 --- a/docs/DSGraphStatus.html +++ b/docs/DSGraphStatus.html @@ -1,26 +1,37 @@ - -
This page records information and the progress the data structure analysis passes have been making. Times are in seconds, sizes are #bytes allocated for a particular pass. Runs that are all '*'d out were not completed because they -were taking too long (time listed show how long I waited).
+were taking too long (time listed show how long I waited).
-Fields that appear in bold have changes from the last entry on the page. +Fields that appear in bold have changes from the last entry on the page. Floating point entries are only highlighted if they change significantly from -their previous value.
+their previous value.
Some fine tuning happened here. The DSNode object was shrunk by a little +bit, lowering memory consumption. The type merging code now ignores access to structure fields when checking compatibility, reducing node collapses and increasing memory consumption in some cases. This table also includes data for the number of indirect call sites, and the number of indirect call targets. The -final column is the average number of call targets per indirect call site.
+final column is the average number of call targets per indirect call site.
Name: Anlyz: LocTm: BUTim: TDTim: TimeSum: BCTime: LocSize: BUSize: TDSize: BUTDSz: BCSize: NumFold NumNodes MaxSz GlobGr MaxSCC | Loads Store Calls Allca Mallc Sum | num/ind indcallee ratio @@ -70,14 +81,14 @@ pi.llvm 0.0001 0.0002 0.0001 0.0001 0.0004 0.0011 | 2368 matrixTranspose.llvm 0.0001 0.0002 0.0001 0.0001 0.0004 0.0013 | 1392 4128 736 4864 69720 | * 8+1 5 0+0 1 | 6 5 4 * * 15 | * * n/a indvars.llvm 0.0001 0.0002 0.0001 0.0001 0.0004 0.0010 | 4752 1072 1024 2096 31536 | * 13+1 8 0+0 1 | 2 6 3 1 * 12 | * * n/a hello.llvm 0.0000 0.0001 0.0000 0.0000 0.0001 0.0006 | 752 472 472 944 14112 | * 2+0 2 0+0 1 | 3 * 4 * * 7 | * * n/a -
+
+
New numbers, same as last time, just some extra columns on the end:
-This data set also includes new data for the ptrdist benchmark.+
This data set also includes new data for the ptrdist benchmark.
Name: Anlyz: LocTime: BUTime: TDTime: TimeSum: BCTime: LocSize: BUSize: TDSize: BUTDSz: BCSize: NumFold NumNodes MaxSz GlobGr MaxSCC | Loads Store Calls Allca Mallc Sum @@ -819,14 +830,13 @@ sumarray.llvm.lib 0.05 0.0002 0.0003 0.0002 0.0020 | 976 treeadd.llvm.lib 0.03 0.0010 0.0011 0.0009 0.0085 | 7928 6424 2088 28432 | * 27+0 1+0 1+0 matrix.llvm.lib 0.02 0.0020 0.0013 0.0014 0.0090 | 7856 10416 2200 36232 | * 32+0 0+0 0+0 sumarraymalloc.llvm.lib 0.02 0.0006 0.0007 0.0005 0.0056 | 2032 5984 1368 23472 | * 17+0 0+0 0+0 -
- +
+
Notes: Debug build, no globals graph, no array collapsing.
Name: LocTime: BUTime: TDTime: TotTime: AnlzTime: LocSize: BUSize: TDSize: TotSize: NumFold NumNodes main __main @@ -873,13 +883,18 @@ sim.llvm.lib 0.0134 0.2127 1.1230 1.3938 0m1.559s burg.llvm.lib analyze: ../../../include/llvm/Analysis/DSNode.h:74: DSNode::~DSNode(): Assertion `Referrers.empty() && "Referrers to dead node exist!"' failed.-