-
Notifications
You must be signed in to change notification settings - Fork 2
/
publications.html
104 lines (98 loc) · 2.73 KB
/
publications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<h3>
<b>Publications</b>
</h3>
<ul>
<p>
<li>
<font color="maroon">Performance Diagnosis for Inefficient Loops</font>
<br><b>Linhai Song</b> and Shan Lu.
<em>ICSE'2017</em>
<br><em>(A previous version appears as UChicago CS Technical Report TR-2016-06)</em>
</li>
</p>
<p>
<li>
<font color="maroon">Learning from Big Malwares</font>
<br><b>Linhai Song</b>, Heqing Huang, Wu Zhou, Wenfei Wu, and Yiying Zhang.
<em>APSYS'2016</em>
</li>
</p>
<p>
<li>
<font color="maroon">What Change History Tells Us About Thread Synchronization </font>
<br>Rui Gu, Guoliang Jin, <b>Linhai Song</b>, Linjie Zhu, and Shan Lu.
<em>FSE'2015</em>
</li>
</p>
<p>
<li>
<font color="maroon">COMP: Compiler Optimizations for Manycore Processors</font>
<br><b>Linhai Song</b>, Min Feng, Nishkam Ravi, Yi Yang, and Srimat Chakradhar.
<em>MICRO'2014</em>
<br><em><b>Best Paper Nomination</b></em>
<br><em>(Linhai did this work during his 2013 summer intern in NEC Laboratories America)</em>
</li>
</p>
<p>
<li>
<font color="maroon">Statistical Debugging for Real-World Performance Problems</font>
<br><b>Linhai Song</b> and Shan Lu.
<em>OOPSLA'2014</em>
<br><em>(A previous version appears as UW-Madison CS Technical Report 1803)</em>
</li>
</p>
<p>
<li>
<font color="maroon">Toddler: Detecting Performance Problems via Similar Memory-Access Patterns</font>
<br>Adrian Nistor, <b>Linhai Song</b>, Darko Marinov, and Shan Lu.
<em>ICSE'2013</em>
</li>
</p>
<p>
<li>
<font color="maroon">Understanding and Detecting Real-World Performance Bugs</font>
<br>Guoliang Jin*, <b>Linhai Song*</b>, Xiaoming Shi, Joel Scherpelz, and Shan Lu.
<em>PLDI'2012</em>
<br><em>* both are leading authors.</em>
</li>
</p>
<p>
<li>
<font color="maroon">Automated Atomicity-Violation Fixing</font>
<br>Guoliang Jin, <b>Linhai Song</b>, Wei Zhang, Shan Lu, and Ben Liblit.
<em>PLDI'2011</em>
</li>
</p>
<p>
<li>
<a href="paper/econ.pdf">
<font color="maroon">ECON: An Approach to Extract Content from Web News Page</font></a>
<br>Yan Guo, Huifang Tang, <b>Linhai Song</b>, Yu Wang, and Guodong Ding.
<em>APWEB'2010</em>
</li>
</p>
<p>
<li>
<a href="paper/simulataneous.pdf">
<font color="maroon">Simultaneous Product Attribute Name and Value Extraction from Web Pages</font></a>
<br>Bo Wu, Xueqi Cheng, Yu Wang, Yan Guo, and <b>Linhai Song</b>.
<em>WI/IAT Workshops'2009</em>
</li>
</p>
<p>
<li>
<a href="paper/blog.pdf">
<font color="maroon">Blog Post Extraction Using Title Finding</font>
</a>
<br><b>Linhai Song</b>, Xueqi Cheng, Yan Guo, Bo Wu, and Yu Wang.
<em>CCIR'2009</em>
</li>
</p>
<p>
<a href="paper/ContentEx.pdf">
<li><font color="maroon">ContentEx: A Framework for Automatic Content Extraction Programs</font>
</a>
<br><b>Linhai Song</b>, Xueqi Cheng, Yan Guo, Yue Liu, and Guodong Ding.
<em>ISI'2009</em></li>
</p>
</ul>