2015 13th IEEE Symposium on Embedded Systems for Real-Time Multimedia (ESTIMedia) 2015
DOI: 10.1109/estimedia.2015.7351768
|View full text |Cite
|
Sign up to set email alerts
|

Javascript ahead-of-time compilation for embedded web platform

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2016
2016
2020
2020

Publication Types

Select...
3
2

Relationship

1
4

Authors

Journals

citations
Cited by 5 publications
(3 citation statements)
references
References 10 publications
0
3
0
Order By: Relevance
“…Since compilation happens before runtime, it is agnostic to input distribution. Ahead-of-time compilation is an option in some versions of Java [33], [34] and JavaScript [35], [36], but generally is not standard or even always available.…”
Section: Related Workmentioning
confidence: 99%
“…Since compilation happens before runtime, it is agnostic to input distribution. Ahead-of-time compilation is an option in some versions of Java [33], [34] and JavaScript [35], [36], but generally is not standard or even always available.…”
Section: Related Workmentioning
confidence: 99%
“…For the execution of the JavaScript code, a virtual machine is required, which is assigned to interpret the scripts. The most popular interpreters are JavaScriptCore (JSC) engine of WebKit, SpiderMonkey written by Brendan Eich 2 and the V8 3 engine of Google Chrome [20].…”
Section: A Javascript Environment For Iotmentioning
confidence: 99%
“…Ahead-of-time compilation (AOTC) [Park et al 2015] saves the bytecode or the machine code in advance to remove the parsing or compilation overhead. The space overhead of AOTC for bytecode or machine code is still much larger than concurrent parsing (2.3 times and 15.4 times of the app size, respectively).…”
Section: Web Loading Accelerationmentioning
confidence: 99%