position-independent code 中文意思是什麼

position-independent code 解釋
地址無關代碼
  • position : n 1 位置;方位;地點。2 處境,情況;狀態,形勢,局面。3 姿態,姿勢。4 地位,身份;職位;職務。5 ...
  • independent : adj 1 獨立的,自主的,自治的,有主見的。2 自食其力的,收入足夠維持閉居生活的。3 願意獨立的,獨立...
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  1. Code that is position independent can be loaded more quickly than code that is position dependent, if the image cannot be loaded at its preferred address, because relative addresses in position independent code are not patched if the image is loaded at an address other than its preferred address

    如果映像無法在其首選地址加載,由於在首選地址之外的其他地址加載映像時,與位置無關的代碼中的相對地址不需要進行修正,所以與位置無關的代碼比位置相關代碼加載得更快。
  2. Compiling the dll as position - independent code

    將dll編譯為位置無關代碼
  3. Helps generate position - independent code and is equivalent to

    幫助生成位置無關代碼,等價于solaris上的
  4. Generates position - independent code for use in shared libraries large model

    生成位置無關的代碼,用於大型共享庫。
  5. Generates position - independent code for use in shared libraries small model

    生成位置無關的代碼,用於小型共享庫。
  6. The - fpic options produces position - independent code, which is enabled for large offsets

    - fpic選項產生位置無關的代碼,這類代碼支持大偏移。
  7. The shared objects are compiled with an additional option, - fpic or - fpic, to generate position - independent code and placed into a shared object library with the - shared option

    使用附加選項- fpic或- fpic編譯共享目標代碼,以產生位置無關的代碼,使用- shared選項將目標代碼放進共享目標庫中。
  8. By default, the visual c compiler for itanium generates position independent code

    默認情況下,面向itanium的visual c + +編譯器會生成與位置無關的代碼。
  9. Options - fpic and - fpic cause code generation to be position - independent, which is required to recreate a shared object library

    選項- fpic和- fpic導致生成的代碼是位置無關的,重建共享目標庫需要位置無關。
分享友人