An Exception Handling Method Working in a Mixed-Mode Execution Engine
A hybrid mode, execution engine technology, applied in the field of exception handling
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0041] The present invention designs and implements the above-mentioned exception handling mechanism working in the mixed-mode execution engine. This section makes a detailed introduction to the specific implementation of the framework. The introduction is carried out by example, and the code of the sample body is shown in the appendix. The program directly calls nestFunc in the main function, which will be dynamically compiled and executed by the dynamic compiler; the nestFunc function will call the interpFunc function, which will be interpreted and executed by the interpreter; finally, the interpFunc function will call ExceptionThrowFunc. ExceptionThrowFunc is also dynamically compiled and executed by the dynamic compiler. In this function, a runtime exception will be thrown for the Try-Catch in the outermost main function to catch.
[0042] When an exception is thrown, the exception will be handled according to the following algorithm. The process of the algorithm is as fol...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 