"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "5542da4bbce35f0c54e0d558368d552e1ca023e3"
Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding...
Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding malloc() traffic when adding successors/predecessors to a node. This was done by introducing BumpVector, which is essentially SmallVector with all memory being BumpPtrAllocated (this can certainly be cleaned up or moved into llvm/ADT). This change yields a 1.8% speed increase when running the analyzer (with -analyzer-store=region) on a small benchmark file. llvm-svn: 83439
Loading
Please register or sign in to comment