首页|Orchestrating Dynamic Analyses of Distributed Processes for Full-Stack JavaScript Programs

Orchestrating Dynamic Analyses of Distributed Processes for Full-Stack JavaScript Programs

扫码查看
Dynamic analyses are commonly implemented by instrumenting the program under analysis. Examples of such analyses for JavaScript range from checkers of user-defined invariants to concolic testers. For a full-stack JavaScript program, these analyses need to reason about the state of the client-side and server-side processes it is comprised of. Lifting a dynamic analysis so that it supports full-stack programs can be challenging. It involves distributed communication to maintain the analysis state across all processes, which has to be deadlock-free. In this paper, we advocate maintaining distributed analysis state in a centralized analysis process instead —which is communicated with from the processes under analysis. The approach is supported by a dynamic analysis platform that provides abstractions for this communication. We evaluate the approach through a case study. We use the platform to build a distributed origin analysis, capable of tracking the expressions from which values originate from across process boundaries, and deploy it on collaborative drawing application. The results show that our approach greatly simplifies the lifting process at the cost of a computational overhead. We deem this overhead acceptable for analyses intended for use at development time.

Dynamic AnalysisDistributed ApplicationsJavaScript

Laurent Christophe、Elisa Gonzalez Boix、Coen De Roover、Wolfgang De Meuter

展开 >

Software Languages Lab, Vrije Universiteit Brussel Brussel, Belgium

2018

ACM SIGPLAN Notices

ACM SIGPLAN Notices

EIISTP
ISSN:0362-1340
年,卷(期):2018.53(9)
  • 1
  • 25