User Tools

Site Tools


pub:members:lun_liu

Lun Liu (刘仑)

About Me

I am an undergraduate student majoring in Software Engineering at Shanghai Jiao Tong University. I am also a member of the Institute of Parallel and Distributed Systems (IPADS). Here is my cv.

Research Interests

  • Performance and Reliability of Computer Systems
  • Programming Model and Runtime for Multicore and Distributed Systems

Research Projects

Transparent Parallel JavaScript Execution Using HTM, Supervised by Prof. Haibo Chen

2014.02–current

As client-side component becoming larger and more compute-intensive, there is increasing demand for low latency JavaScript execution. Yet right now the support for parallelism in JavaScript is not satisfactory. We try to leverage Hardware Transactional Memory (HTM) to provide transparent parallelism support for JavaScript execution. We are now trying to implement a prototype (based on v8, the JS engine used by chrome) that automatically parallelize the loops in JS applications. This project is still in progress.

Recovering Parallelism for Transactional Lock Elision with LockEnd Algorithm, Supervised by Prof. Haibo Chen

2013.09–2014.02

While current best-effort hardware transactional memory (BEHTM) could provide scalable performance transparently, a transition from HTM to lock-based version may severely hurt performance scalability, due to the fact that a lock-based fallback handler will unconditionally abort all in-flight transactional execution. We tuned the retry policies and proposed a new approach to allow safe concurrency between the lock-based fallback handler and transactional code, by moving checking of lock status to the end of transactional code. We also proved the correctness of that method and showed that our optimizations can improve the scalability of Stanford Transactional Applications for Multi-Processing (STAMP) benchmarks significantly.

Historical Analyses of Network Configurations, Intern at UCLA, Supervised by Associate Prof. Todd Millstein

2014.07–2014.09

Modern enterprise networks are complicated and hard to configure correctly. People have come up with tools such as static analyzers of network configurations to automatically detect network configurations errors. However, these tools usually take significant time to run. I carried out a series of historical analyses of network configurations to see how real networks evolve overtime and how some static analyzer meet the requirements of real-world networks. This project also categorized the most common changes for network configurations, trying to cast some light on how to improve the existing analyzer.

Course Projects

2014 Computer Architecture
A Simulation of cache replacement policy using PIN.

2014 Distributed Systems
Implemented reliable data transport (RDT) protocol, DSDV routing protocol, a MapReduce library and a fault-tolerant key/value service using a form of primary/backup replication in GO.

2014 Digital Logic Design of Computer Components
Implemented single cycle and pipelined cpu in Verilog.

2013 Introduction to Human Computer Interaction
Implemented an app that can encode text into high frequency sound wave and combine it with music, and record and decode the combined music into text again.

2013 Operating Systems
Implemented booting, memory management, user environments and preemptive multitasking of an exokernel-like system (JOS).

2013 Principle and Technology of Compiler
Simplified C language and implemented a compiler to compile that language into AT\&T assembly.

2013 Practice of Software Development
A Windows phone app for carpooling.

2012 Computer System Engineering
Implemented a Frangipani-like distributed file system with lock and cache support (YFS).

2012 Principle and Technology of Database
A simple online library using SQL database.

2012 Introduction to Computer Systems
CSAPP labs: bits operations, binary bombs, buffer overflow, Y86 simulator, Y86 assembler, memory allocator, pipeline processor optimizations, cache related optimizations and shell.

Awards and Honors

  • Oct, 2014. IBM Outstanding Student Scholarship (top 5%)
  • Feb, 2014. UCLA CSST Scholarship (for summer intern, 92 students in total in all disciplines from China and Japan)
  • Oct, 2013. Shanghai Jiao Tong University Xin Dong Scholarship, the First Prize (top 5%)
  • Oct, 2012. National Scholarship of China (top 2%)

Miscellaneous

I am a member of Network Information Management Organization (NIMO) which helps maintaining the campus network, and I became a core member in 2013.

I love basketball in all ways: watching, playing, etc. I even got a certificate as level III national basketball referee in China.

Oh, and during my summer intern at UCLA, I was awarded as the Cool Girl for UCLA CSST 2014. Just check out my profile picture again! 8-)


pub/members/lun_liu.txt · Last modified: 2015/01/04 19:39 by root