2015 IEEE/ACM International Symposium on Code Generation and Optimization (CGO) 2015
DOI: 10.1109/cgo.2015.7054185
|View full text |Cite
|
Sign up to set email alerts
|

A parallel abstract interpreter for JavaScript

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2017
2017
2020
2020

Publication Types

Select...
3
1
1

Relationship

0
5

Authors

Journals

citations
Cited by 7 publications
(3 citation statements)
references
References 19 publications
0
3
0
Order By: Relevance
“…From past works, we analyze the jQuery tests found in Andreasen and Mùller [2014], the Prototype.js and Scriptaculous tests from Wei et al [2016], and the test suite (excluding 7 benchmarks that require additional modelling of Firefox add-ons) used by Kashyap et al [2014] and Dewey et al [2015] (referred to collectively as łJSAI testsž henceforth).…”
Section: Benchmarkmentioning
confidence: 99%
“…From past works, we analyze the jQuery tests found in Andreasen and Mùller [2014], the Prototype.js and Scriptaculous tests from Wei et al [2016], and the test suite (excluding 7 benchmarks that require additional modelling of Firefox add-ons) used by Kashyap et al [2014] and Dewey et al [2015] (referred to collectively as łJSAI testsž henceforth).…”
Section: Benchmarkmentioning
confidence: 99%
“…The experimental evaluation found that the analysis does not scale beyond 4 processors. Dewey et al [2015] present a parallel static analysis for JavaScript by dividing the analysis into an embarrassingly parallel reachability computation on a state transition system, and a strategy for selectively merging states during that reachability computation.…”
Section: Related Workmentioning
confidence: 99%
“…Albarghouthi at el., [13] investigated parallel C interprocedural analysis, where based on the reachability in the call-graph multiple method analyzed intraprocedurally in parallel. Dewey at el., [14] explores parallel analysis of JavaScript by partitioning the state space of the program into regions that can be computed in parallel and those that require synchronizations of the parallel computations, i.e., merging points of the analysis.…”
Section: Related Workmentioning
confidence: 99%