Code Sinking: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with " ==Code Sinking Transformation in emmtrix Studio== emmtrix Studio can implement code sinking using #pragma directives or via the GUI. CodeSinking is a transformation that tries to move code parts to valid positions that are executed less often. === Typical Usage and Benefits === The transformation is used to optimize the runtime of the application by moving code parts out of loops or behind conditions to reduce the number of times the code is executed. === Example ===...")
 
No edit summary
Line 52: Line 52:


* To move functions from math.h, use the [[Idiom Recognizer]] transformation to identify the functions and apply the code sinking transformation afterwards.
* To move functions from math.h, use the [[Idiom Recognizer]] transformation to identify the functions and apply the code sinking transformation afterwards.
[[Category:Code Transformation]]
Bots, Bureaucrats, Interface administrators, smwadministrator, smwcurator, smweditor, Administrators
2,502

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu