runtime address 中文意思是什麼

runtime address 解釋
運行時地址
  • runtime : 動態
  • address : n 1 (信上的)稱呼,姓名;地址。2 致辭;寒喧;演說;正式請願。3 談吐,風度。4 〈pl 〉 求愛,獻殷...
  1. At just - in - time compile time, the common language runtime extracts this information from the metadata, locates the dll containing the function, loads the dll into memory and retrieves the address of the function

    實時( jit )編譯時,公共語言運行庫從元數據中提取該信息,定位包含函數的dll ,然後將dll加載到內存中並檢索函數的地址。
  2. One problem is that a pointer is not a type abstraction, but a machine representation with a tag type recommendation as to how to interpret the extent and internal organization of the memory following the address of the first byte, and this falls short of the abstraction the software runtime imposes on memory and the automation and security one can extrapolate from that

    一個問題是:指針不是類型抽象,而是計算機表示形式(對于地址的第一個位元組后的內存的外部和內部組織方式的解釋方式,採用標記類型建議) ,這達不到軟體運行庫對內存強制的抽象性要求,以及可由此推斷出的自動化和安全性要求。
  3. When the program is started, the plt contains code for each function to query the runtime linker for the address at which it has loaded a function

    當程序開始運行時, plt包含每個函數的代碼,以便查詢運行期鏈接器,從而獲得已加載某個函數的地址。
  4. However, the write operation starts at a misaligned address, which causes the common language runtime to throw a

    但是,寫入操作從不對的地址開始,從而會導致公共語言運行庫引發一個
  5. As long as address space is available in the managed heap, the runtime continues to allocate space for new objects

    只要託管堆中有地址空間可用,運行庫就會繼續為新對象分配空間。
  6. 1. fixed the bug of runtime error when parsing the ip address in dns parsing dialog

    1 .修復了在dns解析ip地址的時候,導致netspeeder出錯的問題。
  7. A handle to a reference type encapsulates the actual virtual address of the object in order to facilitate the runtime garbage collector much as a private data member encapsulates the implementation of a class in order to facilitate extensibility and localization, except that the consequences of violating that encapsulation in a garbage collected environment is considerably more severe

    為了實現運行時垃圾回收器,引用類型的句柄封裝了對象的實際虛擬地址,這與私有數據成員封裝類的實現以實現擴展性和本地化非常相似,只是在垃圾回收環境中違反該封裝的後果嚴重得多。
  8. When you initialize a new process, the runtime reserves a contiguous region of address space for the process

    初始化新進程時,運行時會為進程保留一個連續的地址空間區域。
分享友人