完整後設資料紀錄
DC 欄位語言
dc.contributor.author陳柏裕en_US
dc.contributor.authorChen, Po-Yuen_US
dc.contributor.author游逸平en_US
dc.contributor.authorYou, Yi-Pingen_US
dc.date.accessioned2014-12-12T02:41:09Z-
dc.date.available2014-12-12T02:41:09Z-
dc.date.issued2013en_US
dc.identifier.urihttp://140.113.39.130/cdrfb3/record/nctu/#GT070156060en_US
dc.identifier.urihttp://hdl.handle.net/11536/74666-
dc.description.abstractJavaScript是一種被廣泛應用在瀏覽器中的動態語言,執行JavaScript的程式我們稱之為JavaScript Engine。JavaScript engine的實作通常為直譯器(interpreter)或是JIT編譯器(Just-in-time compiler)。然而因為JavaScript其動態語言特性的影響,其表現通常受到極大的限制。 在這篇論文中,我們提出了一個JavaScript的編譯器,透過在靜態時期的分析將JavaScript部分編譯為Native Client或asm.js以達到性能的提升。並且透過混合執行模型(結合了靜態編譯優化及執行期的編譯),得到了性能的優勢,並保留了動態之特性。 而在我們的實驗中顯示,我們所提出的這個方法可以在SunSpider benchmark中平均大約得到50%之效能提升。zh_TW
dc.description.abstractJavaScript is a dynamic language that is widely supported in modern Web browsers.JavaScript programs are usually executed by a JavaScript engine, which is implemented using an interpreter or a just-in-time compiler. However, the dynamic aspects of interpretation and run-time compilation intrinsically limit the performance of JavaScript programs. In this paper, we propose a JavaScript compiler, called JSComp,that statically translates partial JavaScript programs into Native Client modules or asm.js programs for improving the execution performance and also a hybrid execution model (a combination of static compilation and dynamic interpretation) for JavaScript programs so as to take advantages of high-performance execution in the compilation model and dynamic code evaluation in the interpretation model. Our evaluations demonstrated that the proposed mechanisms were effective in improving the execution performance of JavaScript programs in the SunSpider benchmark suite by an average of 50%.en_US
dc.language.isoen_USen_US
dc.subjectJavaScriptzh_TW
dc.subject型別推理zh_TW
dc.subject編譯器zh_TW
dc.subjectJavaScripten_US
dc.subjectType inferenceen_US
dc.subjectCompileren_US
dc.title為混合執行模式設計之JavaScript靜態編譯器zh_TW
dc.titleJSComp: A Static Compiler for Hybrid Execution of JavaScript Programsen_US
dc.typeThesisen_US
dc.contributor.department資訊科學與工程研究所zh_TW
顯示於類別:畢業論文