double thunking 中文意思是什麼

double thunking 解釋
函數調用的雙重轉換
  • double : adj 1 兩倍的,加倍的。2 雙的,二重的,雙重的;對,雙,兩,復。3 雙人用的;折疊式的。4 (意義)雙...
  1. The previous sample demonstrated the existence of double thunking

    說明前面的示例演示了存在雙形式轉換( thunk )的情況。
  2. In effect, two calls are required to invoke the function hence, double thunking

    實際上,需要兩個調用來調用該函數(因此,稱為雙形式轉換( thunk ) ) 。
  3. This topic discusses where double thunking occurs and how you can avoid it to improve performance

    此主題討論發生雙形式轉換( thunk )發生的位置以及如何避免它以改進性能。
  4. To avoid double thunking in this situation, do not use native export import semantics ; simply reference the metadata via

    在這種情況下,若要避免雙形式轉換( thunk ) ,請不要使用本機導出/導入語義;而應通過
  5. Double thunking refers to the loss of performance you can experience when a function call in a managed context calls a visual c managed function and where program execution calls the function s native entry point in order to call the managed function

    所謂雙形式轉換( thunk ) ,是指在託管上下文中的函數調用調用c + +託管函數以及程序執行為了調用託管函數而調用本機入口點時,您體驗到的性能下降。
分享友人