Proceedings of the 11th ACM SIGPLAN International Workshop on Virtual Machines and Intermediate Languages 2019
DOI: 10.1145/3358504.3361228
|View full text |Cite
|
Sign up to set email alerts
|

Scalable comparison of JavaScript V8 bytecode traces

Abstract: The comparison and alignment of runtime traces are essential, e.g., for semantic analysis or debugging. However, naive sequence alignment algorithms cannot address the needs of the modern web: (i) the bytecode generation process of V8 is not deterministic; (ii) bytecode traces are large.We present STRAC, a scalable and extensible tool tailored to compare bytecode traces generated by the V8 JavaScript engine. Given two V8 bytecode traces and a distance function between trace events, STRAC computes and provides … Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
1
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
1
1

Relationship

2
0

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 24 publications
0
1
0
Order By: Relevance
“…Test suites may not execute programs exactly the same as they are executed in the field [43], [44]. Nevertheless, it is common to utilize the traces produced during the execution of test suites to understand program changes [43], [45].…”
Section: B Execution Differencingmentioning
confidence: 99%
“…Test suites may not execute programs exactly the same as they are executed in the field [43], [44]. Nevertheless, it is common to utilize the traces produced during the execution of test suites to understand program changes [43], [45].…”
Section: B Execution Differencingmentioning
confidence: 99%
“…SWAM is a WebAssembly interpreter that provides functionalities to capture the dynamic information of WebAssembly program executions including the stack/memory operations. We compute the DTW distances with STRAC [11].…”
Section: Protocol For Rq2mentioning
confidence: 99%