Tingting Hu
Peking University
3 Papers
3 Citations
Tingting Hu is an academic researcher from Peking University. The author has contributed to research in topics: Program analysis & Aliasing (computing). The author has an hindex of 1, co-authored 3 publications.
Chat about Author
Papers
Automatic Annotating and Checking of Dynamic Ownership
Tingting Hu,Haiyang Liu,Ke Zhang,Zongyan Qiu +3 more
- 22 Sep 2016
TL;DR: This paper applies data-flow analysis to generate most annotations of dynamic ownership automatically, thus can potentially reduce the workload of program verification and can reveal ownership topology errors and encapsulation errors.
3
Verifying Interaction between Methods in Classes
Tingting Hu,Shuling Wang,Zongyan Qiu +2 more
- 12 Sep 2015
TL;DR: It is shown that if all the inherited methods of a subclass satisfy behavioral subtyping, then the subclass conforms to the algebraic specification of its superclass, i.e., there is no need to re-verify the conformance of the method implementations.
Automatic fine-grained locking generation for shared data structures
Haiyang Liu,Tingting Hu,Zongyan Qiu +2 more
- 01 Sep 2017
TL;DR: This work presents a static approach, based on program analysis, to automatically add fine-grained locking primitives to data structures implemented as classes, for tree-like structures, and the modified class definitions are guaranteed to be thread-safe.