• <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

            ?

            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:37 Tory 閱讀(83) 評論(0)  編輯 收藏 引用
            国产呻吟久久久久久久92| 久久无码国产| 久久99国产精品一区二区| 久久久精品免费国产四虎| 久久精品视屏| 久久精品a亚洲国产v高清不卡| 久久久国产精品福利免费| 一本色道久久88综合日韩精品| 伊人久久久AV老熟妇色| 伊人久久免费视频| 久久99精品久久久大学生| 国产成人精品久久亚洲高清不卡 | 一本一道久久a久久精品综合| 国产精品久久久久久久久鸭| 中文精品99久久国产 | 久久中文字幕人妻熟av女| 久久精品国产亚洲av影院| 久久精品不卡| 日韩精品久久久久久| 国内精品伊人久久久久777| 久久精品国产一区二区电影| 久久精品国产亚洲AV无码娇色| 久久天天躁狠狠躁夜夜2020老熟妇| 久久w5ww成w人免费| 亚洲中文字幕无码久久综合网| 久久精品一区二区三区中文字幕 | 无码伊人66久久大杳蕉网站谷歌| 成人国内精品久久久久影院VR| 久久国产欧美日韩精品| 狠狠色婷婷久久综合频道日韩| 亚洲午夜无码AV毛片久久| 色婷婷综合久久久久中文字幕 | 久久妇女高潮几次MBA| 久久99精品国产麻豆不卡| 久久久青草青青亚洲国产免观| 精品无码久久久久国产| 久久亚洲日韩精品一区二区三区| 精品一二三区久久aaa片| 伊人久久久AV老熟妇色| 少妇久久久久久久久久| 国产精品99精品久久免费|