• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            M-A-T Tory's Blog

              C++博客 :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
              16 隨筆 :: 1 文章 :: 1 評論 :: 0 Trackbacks

            Where storage lives

            It’s useful to visualize some aspects of how things are laid out while the program is running—in particular how memory is arranged. There are six different places to store data: Feedback

            1. Registers. This is the fastest storage because it exists in a place different from that of other storage: inside the processor. However, the number of registers is severely limited, so registers are allocated by the compiler according to its needs. You don’t have direct control, nor do you see any evidence in your programs that registers even exist. Feedback
            2. The stack. This lives in the general random-access memory (RAM) area, but has direct support from the processor via its stack pointer. The stack pointer is moved down to create new memory and moved up to release that memory. This is an extremely fast and efficient way to allocate storage, second only to registers. The Java compiler must know, while it is creating the program, the exact size and lifetime of all the data that is stored on the stack, because it must generate the code to move the stack pointer up and down. This constraint places limits on the flexibility of your programs, so while some Java storage exists on the stack—in particular, object references—Java objects themselves are not placed on the stack. Feedback
            3. The heap. This is a general-purpose pool of memory (also in the RAM area) where all Java objects live. The nice thing about the heap is that, unlike the stack, the compiler doesn’t need to know how much storage it needs to allocate from the heap or how long that storage must stay on the heap. Thus, there’s a great deal of flexibility in using storage on the heap. Whenever you need to create an object, you simply write the code to create it by using new,and the storage is allocated on the heap when that code is executed. Of course there’s a price you pay for this flexibility. It takes more time to allocate heap storage than it does to allocate stack storage (if you even could create objects on the stack in Java, as you can in C++). Feedback
            4. Static storage. “Static” is used here in the sense of “in a fixed location” (although it’s also in RAM). Static storage contains data that is available for the entire time a program is running. You can use the static keyword to specify that a particular element of an object is static, but Java objects themselves are never placed in static storage. Feedback
            5. Constant storage. Constant values are often placed directly in the program code, which is safe since they can never change. Sometimes constants are cordoned off by themselves so that they can be optionally placed in read-only memory (ROM), in embedded systems. Feedback
            6. Non-RAM storage. If data lives completely outside a program, it can exist while the program is not running, outside the control of the program. The two primary examples of this are streamed objects, in which objects are turned into streams of bytes, generally to be sent to another machine, and persistent objects, in which the objects are placed on disk so they will hold their state even when the program is terminated. The trick with these types of storage is turning the objects into something that can exist on the other medium, and yet can be resurrected into a regular RAM-based object when necessary. Java provides support for lightweight persistence, and future versions of Java might provide more complete solutions for persistence. Feedback
            posted on 2006-04-20 22:40 Tory 閱讀(124) 評論(0)  編輯 收藏 引用 所屬分類: Java Learning
            国产精品成人久久久| 99久久免费只有精品国产| 少妇熟女久久综合网色欲| 久久婷婷五月综合国产尤物app| 99精品国产99久久久久久97 | 国产精品久久久天天影视| 久久99国产亚洲高清观看首页| 久久99精品国产麻豆婷婷| 久久97久久97精品免视看秋霞 | 久久亚洲欧洲国产综合| 2021国内久久精品| 久久精品国产91久久综合麻豆自制| 久久不见久久见免费影院www日本| 亚洲精品蜜桃久久久久久| 久久香蕉国产线看观看99| 久久AV高潮AV无码AV| 99久久国产免费福利| 久久亚洲中文字幕精品有坂深雪| 99久久国产免费福利| 久久亚洲精精品中文字幕| 亚洲国产成人久久综合碰| 伊人久久免费视频| 99久久99这里只有免费费精品 | 色8激情欧美成人久久综合电| 欧洲人妻丰满av无码久久不卡 | 无码AV波多野结衣久久| 麻豆久久| 久久91这里精品国产2020| 婷婷久久综合九色综合98| 婷婷久久久亚洲欧洲日产国码AV| 综合久久给合久久狠狠狠97色 | 久久久久人妻精品一区 | 精品久久久无码人妻中文字幕| 国产精品日韩欧美久久综合| 久久99精品国产99久久| 久久精品国产精品亚洲毛片| 久久久国产精品亚洲一区| 午夜精品久久久久久毛片| 精品国产乱码久久久久久人妻| 精品国产99久久久久久麻豆| 免费精品国产日韩热久久|