Full metadata record
DC Field | Value | Language |
---|---|---|
dc.contributor.author | 劉彥志 | en_US |
dc.contributor.author | 鍾崇斌 | en_US |
dc.date.accessioned | 2014-12-12T02:39:55Z | - |
dc.date.available | 2014-12-12T02:39:55Z | - |
dc.date.issued | 2005 | en_US |
dc.identifier.uri | http://140.113.39.130/cdrfb3/record/nctu/#GT009217608 | en_US |
dc.identifier.uri | http://hdl.handle.net/11536/74135 | - |
dc.description.abstract | 爪哇虛擬機器(Java Virtual Machine)近來被利用在記憶體受限的嵌入式系統中。然而,在記憶體受限的環境下執行爪哇程式會導致呼叫垃圾收集的次數變多。在最糟的情況下,總執行時間的一半都是在做垃圾收集的動作。而有一些生命週期不會超出配置他之方法的物件,我們稱之為區域物件。所以,如何在方法回傳後掃除該方法之區域物件來減少垃圾收集的頻率就變成記憶體受限系統下的重要課題。然而現存掃除區域的方案是將區域物件放入方法框(Method Frame)中,這會帶來先天上的限制使我們沒辦法掃除所有的區域物件。所以我們將提出一種在堆積(Heap)而非方法框中管理區域物件的機制。他可以讓我們在記憶體極受限的情形下得到比原始爪哇機器好11%的速度效能。 | zh_TW |
dc.description.abstract | Java Virtual Machine is adopted in embedded memory constrained system recently. However, executing a Java program in memory constrained system will result in more frequent invocation of garbage collection. In worst case, the ratio of garbage collection time to total execution time is about 50%. There are objects whose lifetime will not escape scope of method which allocates it, which is called a local object. So, freeing local objects upon method return to reduce frequency of garbage collection is important in memory constrained system. However, current approach to allocate local objects in stack brings some constraints that we can not free all local objects. So, we propose a mechanism to manage local objects in heap but not stack to free more local objects. Comparing to original Java Virtual Machine, it leads to about 11% speedup to total execution time in extremely memory constrained environment. | en_US |
dc.language.iso | en_US | en_US |
dc.subject | 垃圾收集 | zh_TW |
dc.subject | 堆積管理 | zh_TW |
dc.subject | 區域物件 | zh_TW |
dc.subject | 爪哇虛擬機器 | zh_TW |
dc.subject | 記憶體受限 | zh_TW |
dc.subject | Garbage Collection | en_US |
dc.subject | Heap Management | en_US |
dc.subject | Local Object | en_US |
dc.subject | Java Virtual Machine | en_US |
dc.subject | Memory Constrained | en_US |
dc.title | 在爪哇虛擬機器中於方法回傳時釋放堆積中區域性物件 | zh_TW |
dc.title | Freeing Local Objects in Heap upon Method Returning in JVM | en_US |
dc.type | Thesis | en_US |
dc.contributor.department | 資訊科學與工程研究所 | zh_TW |
Appears in Collections: | Thesis |
Files in This Item:
If it is a zip file, please download the file and unzip it, then open index.html in a browser to view the full text content.