runtime stack 中文意思是什麼

runtime stack 解釋
運行期棧
  • runtime : 動態
  • stack : n 1 (麥桿等的)堆,垛;乾草堆。2 積材,層積,堆積;〈英國〉一堆〈木材等的計量單位,=108立方英尺...
  1. This demand causes the runtime to check the permissions of all callers in the call stack, starting with assembly e. because assembly e has been granted p1 permission, the runtime proceeds to examine the permissions of assembly c. but because method c has denied p1, the security check invoked by method e fails at that point, and a

    此要求使運行庫檢查調用堆棧中所有調用方的權限(從程序集e開始) 。因為程序集e已被授予p1權限,運行庫會接著檢查程序集c的權限。但是因為方法c已拒絕p1 ,所以方法e調用的安全檢查會在此處失敗,並引發
  2. The runtime check is made on every call by the caller and examines the current thread stack of the caller

    運行時檢查是由調用方對每一調用執行的並且檢查該調用方的當前線程堆棧。
  3. In all fairness, the runtime spy adds overhead, especially if stack traces are captured, so true uninstrumented elapsed time is closer to 37 seconds overall from a warm start

    公平地講, runtime spy增加了開銷,尤其是當需要捕獲棧記錄時,所以從半熱態啟動( warm start )時,實際上不加修正( uninstrumented )消耗的總的時間接近37秒。
  4. Class was ultimately loaded because the runtime spy perspective was opened, as shown at the bottom of the highlighted stack trace lines

    在這個例子中,棧記錄顯示,是由於runtime spy透視圖的打開而最終導致了
  5. Runtime code access security checks are performed by walking the stack

    運行時代碼訪問安全檢查是通過堆棧遍歷執行的。
  6. Displays the depth of the stack during that last runtime code access security check

    顯示上次運行時代碼訪問安全檢查期間堆棧的深度。
  7. Building those stack traces requires taking a snapshot of the runtime stack, and that s the expensive part

    構建這些棧跟蹤時需要為運行時棧做一份快照,正是這一部分開銷很大。
  8. The runtime stack is not designed for efficient exception creation ; it s designed to let the runtime run as fast as possible

    運行時棧不是為有效的異常創建而設計的,而是設計用來讓運行時盡可能快地運行。
  9. Several respondents also pointed out that each thread requires memory for two stacks the java runtime stack and the c - stack, which may have added up to cause the memory problem

    還有幾個回答者指出,由於每個線程需要兩個堆棧的內存( java運行庫堆棧和c堆棧) ,這可能加劇了內存問題。
  10. Note that an application that hosts the common language runtime can specify that the clr unload the application domain where the stack overflow exception occurs and let the corresponding process continue

    請注意,承載公共語言運行庫( clr )的應用程序可以指定由clr卸載發生堆棧溢出異常的應用程序域,並讓相應的進程繼續運行。
  11. Event, the runtime dumps a stack trace and ends the program

    事件的偵聽器,則運行庫轉儲堆棧跟蹤並結束程序。
  12. When code running on such a thread throws an exception that it does not handle, the runtime prints the exception stack trace to the console and then gracefully terminates the thread

    當在此類線程中運行的代碼引發它無法處理的異常時,運行庫將把異常堆棧跟蹤列印至控制臺,然後正常終止線程。
  13. Copies its local variables into a stack frame object maintained by the jscript runtime before making a call out

    在執行對外調用之前,請將其局部變量復制到jscript運行庫維護的堆棧幀對象中。
  14. I ll then give you a detailed look at the mechanisms underlying the java 2 platform security architecture s runtime access checking feature, including the stack inspection and traversal mechanism for determining whether or not a permission is to be granted

    然後詳細分析java 2平臺安全體系結構的運行時訪問檢查功能的底層機制,包括堆棧檢查和確定是否授予權限的遍歷( traversal )機制。
分享友人