A paper has been accepted by Modularity 2015
“A Programming Model and Framework for Comprehensive Dynamic Analysis on Android” has been accepted for publication in the conference. Congratulations for Sun Haiyang(孙海洋) and Zheng Yudi(郑雨迪).
A paper has been accepted by Modularity 2015
“A Programming Model and Framework for Comprehensive Dynamic Analysis on Android” has been accepted for publication in the conference. Congratulations for Sun Haiyang(孙海洋) and Zheng Yudi(郑雨迪).
AEVIOU Chinese Text Input 2.0 has been released.
This version can be downloaded at the vdisk of weibo. Also see wiki.
A paper has been accepted by TPDS
“Energy-Efficient SLA Guarantees for Virtualized GPU in Cloud Gaming” has been accepted by TPDS! Congratulations!
icyhttpd is a open source http server using Fiber on IOCP
icyhttpd by Gong Lu(龚路) leverages the use of both I/O multiplexing and fibers to build a user-level threading framework with high scalability. It enables programmer to write threaded code in a
heavily concurrent environment without losing performance. Our framework achieves a M:N threading model, which hosts M userlevel threads on top of N kernel-level threads. To demonstrate the usefulness of this framework, we provide a proof-of-concept open source implementation of a web server application.
LUPA and Pinso have been released in github
LUPA : A tool based on LLVM automatically collect data of lock usage in open source applications [ICSM 2013].
https://github.com/poeliu/LUPA
Pinso:A fault localization system that precisely pinpoints the root cause of concurrency bugs.