summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BugReporter.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-08-06 01:20:57 +0000
committerTed Kremenek <kremenek@apple.com>2009-08-06 01:20:57 +0000
commitfa41714d8d3919a044fc27d17c46d2810219cb45 (patch)
tree2470f03014b39bf9c25f5c3a3e4d414a825c8afe /clang/lib/Analysis/BugReporter.cpp
parenteb869768f98e32a65f98de019780bc1a24e622bd (diff)
downloadbcm5719-llvm-fa41714d8d3919a044fc27d17c46d2810219cb45.tar.gz
bcm5719-llvm-fa41714d8d3919a044fc27d17c46d2810219cb45.zip
Implement lazy "copying" of structures and arrays in RegionStore. While
RegionStore already lazily abstracted the contents of arrays and structs, when doing an assignment from one array/struct to another we did an explicit element-wise copy, which resulted in a loss of laziness and huge performance problem when analyzing many code bases. Now RegionStoreManager handles such assignments using a new SVal could 'LazyCompoundSVal', which basically means the value of a given struct or array (a MemRegion*) in a specific state (GRState). When we do a load from a field whose encompassing struct binds to a LazyCompoundSVal, we essentially do a field lookup in the original structure. This means we have essentially zero copying of data for structs/arrays and everything stays lazy. llvm-svn: 78268
Diffstat (limited to 'clang/lib/Analysis/BugReporter.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud