|
|
|
|
|
by catblast
2238 days ago
|
|
> get information about the liveness of objects it couldn’t determine statically by dumping gc info? Well it may be possible to optimize via profiling (this is what PGO is), but this of course wouldn’t be a static analysis, so it would just allow some optimizations on dynamic access. In theory you could use profiling as part of the implementation of a theorem prover, but I haven’t seen any examples where that is more effective then the conventional methods of data flow analysis. And in this case, it would still be static analysis. |
|