Home >

news ヘルプ

論文・著書情報


タイトル
和文: 
英文:A Bytecode VM for an FRP Language for Small-Scale Embedded Systems 
著者
和文: 大谷 悠豪, 鈴木 豪, 森口 草介, 渡部 卓雄.  
英文: Yugo Otani, Go Suzuki, Sosuke Moriguchi, Takuo Watanabe.  
言語 English 
掲載誌/書名
和文: 
英文: 
巻, 号, ページ        
出版年月 2024年11月5日 
出版者
和文: 
英文:IPSJ 
会議名称
和文: 
英文:7th Asia Pacific Conference on Robot IoT System Development and Platform (APRIS 2024) (to appear) 
開催地
和文: 
英文:Tokyo 
アブストラクト Emfrp is a functional reactive programming (FRP) language for resource-constrained systems such as microcontrollers. The language enables the concise description of reactive behavior specific to embedded systems. The current Emfrp compiler runs on a development host PC. Therefore, the program development, testing, and modification cycle is time-consuming. We have implemented an interpreter, Emfrp-REPL, which runs on the target device and enables interactive and rapid development using the REPL interface. The interpreter is designed to minimize I/O latency and employs snapshot GC to suppress latency fluctuations. However, the execution speed could be faster because the evaluation of expressions is based on AST traversal. In this study, we design and implement Emfrp-VM, a byte code VM for Emfrp, to solve this problem.

©2007 Institute of Science Tokyo All rights reserved.