Cloud operation migration method suitable for Internet of Things
An Internet of Things and cloud technology, applied in the field of digital information transmission, can solve problems such as different hardware conditions of smart mobile devices, large differences between smart mobile devices and cloud platforms, and computing migration that has not yet been seen, so as to overcome platform differentiation and improve Resource availability and reliability, and the effect of improving the quality of computing services
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0043] The present invention will be described in further detail below in conjunction with the accompanying drawings.
[0044] LLVM is the framework system of the framework compiler (compiler). It can compile the source code of its own language into LLVM intermediate code (LLVM-IR), and then optimize the intermediate code by LLVM's own backend and compile it to the corresponding platform. binary program.
[0045] LLVM has advantages:
[0046] 1. There are many platforms supported by the LLVM backend, and we don't need to worry about CPU and operating system issues (except for the runtime library).
[0047]2. The optimization level of the LLVM backend is relatively high. We only need to compile the code into LLVMIR, and then the LLVM backend can optimize accordingly.
[0048] 3. LLVMIR itself is relatively close to assembly language, and also provides many customization functions at the ABI level.
[0049] LLVM has two parts: the compilation step of the intermediate code (LL...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


