All public logs
Jump to navigation
Jump to search
Combined display of all available logs of emmtrix Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:06, 17 February 2025 Mira.steinmetz talk contribs created page Loop Invariant Code Motion (Created page with "Loop invariant code motion is an optimization technique that moves computations outside of a loop if they do not depend on the loop iterator. By extracting such invariant expressions, this transformation reduces redundant calculations and improves runtime efficiency. It minimizes unnecessary operations within loops, leading to faster execution and better performance. This technique is particularly useful in optimizing complex loops, reducing computation overhead, and ena...") Tag: Visual edit
- 09:49, 17 February 2025 Mira.steinmetz talk contribs created page While To For (Created page with "The while-to-for transformation converts a selected while loop into an equivalent for loop while preserving the original loop semantics. This conversion improves code consistency and enables further compiler optimizations that specifically target for-loop structures. By restructuring loops in a standardized format, this transformation facilitates better loop analysis, enhances readability, and increases the potential for optimizations such as loop unrolling or vectorizat...") Tag: Visual edit
- 09:41, 17 February 2025 Mira.steinmetz talk contribs created page Loop Interchange (Created page with "Loop interchange is an optimization technique that swaps the order of nested loops, making the inner loop the outer loop and vice versa. This transformation can improve data locality, optimize memory access patterns, and expose opportunities for parallelization and vectorization. By reordering loops, loop interchange can enhance cache efficiency and reduce execution time, especially in matrix operations or scenarios where data access patterns impact performance. It is pa...") Tag: Visual edit
- 09:31, 17 February 2025 Mira.steinmetz talk contribs created page Loop If-Split (Created page with "If-split is an optimization technique that restructures loop-nested if-else statements by transforming them into separate independent loops. This transformation simplifies control flow, making data dependency analysis more efficient and increasing the potential for parallel execution. By eliminating branching within a loop, if-split enhances performance, particularly in scenarios where different execution paths can be processed independently. This technique is especially...") Tag: Visual edit
- 09:15, 17 February 2025 Mira.steinmetz talk contribs created page Loop Fission (Created page with "Loop unrolling is an optimization technique that reduces the number of iterations in a loop by expanding its body to process multiple elements per iteration. This transformation decreases loop overhead, improves execution efficiency, and can enhance opportunities for parallelization. By reducing control flow instructions, loop unrolling minimizes branching and increases instruction-level parallelism, making it particularly useful for performance-critical applications. Wh...") Tag: Visual edit
- 08:29, 17 February 2025 Mira.steinmetz talk contribs created page Loop Unrolling (Created page with "Obfuscation is a code transformation technique used to make source code difficult to read and understand while preserving its functionality. This process typically involves renaming identifiers, restructuring code, or inserting misleading elements to obscure the original logic. Obfuscation is often used to protect intellectual property, prevent reverse engineering, or secure sensitive logic in software. While the transformed code remains executable, it becomes significan...") Tag: Visual edit
- 11:49, 14 February 2025 Mira.steinmetz talk contribs created page Explicit Cast Insertion (Created page with "fsdfdsfs") Tag: Visual edit
- 11:41, 14 February 2025 Mira.steinmetz talk contribs created page Instruction Simplifier (Created page with "ghghg") Tag: Visual edit
- 09:19, 14 February 2025 Mira.steinmetz talk contribs created page Procedure Inline (Created page with "fdfdf") Tag: Visual edit
- 08:50, 14 February 2025 Mira.steinmetz talk contribs created page Obfuscation (Created page with "dfsdf") Tag: Visual edit
- 08:26, 14 February 2025 Mira.steinmetz talk contribs created page Idiom Recognizer (Created page with "Code sinking is an optimization technique used in source-to-source compilers to improve execution efficiency by moving computations to less frequently executed parts of the code. This transformation reduces redundant calculations by relocating expressions outside loops or behind conditional statements, thereby minimizing execution overhead. By strategically repositioning code, code sinking enhances performance without altering program behavior. Code Sinking Transformati...") Tag: Visual edit
- 13:09, 13 February 2025 Mira.steinmetz talk contribs created page Extract Main (Created page with "Extract Main is an optimization technique that restructures a program by converting a selected function into the main function. During this transformation, all function parameters are made global, and any functions not called within the converted function are removed. This simplifies the code structure and reduces dependencies, making it particularly useful for function-level analysis and parallelization. By isolating specific functions, Extract Main helps minimize the s...") Tag: Visual edit
- 12:37, 13 February 2025 Mira.steinmetz talk contribs created page Control to Goto Statement (Created page with "Code sinking is an optimization technique used in source-to-source compilers to improve execution efficiency by moving computations to less frequently executed parts of the code. This transformation reduces redundant calculations by relocating expressions outside loops or behind conditional statements, thereby minimizing execution overhead. By strategically repositioning code, code sinking enhances performance without altering program behavior. ==Code Sinking Transformat...") Tag: Visual edit
- 10:07, 13 February 2025 Mira.steinmetz talk contribs created page Constant Propagation (Created blank page) Tag: Visual edit
- 09:24, 6 February 2025 Timo.stripf talk contribs created page Code Sinking (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 ===...") Tag: Visual edit
- 12:26, 29 January 2025 Timo.stripf talk contribs created page Category:Math Function Accuracy (Created page with "Category:Categories") Tag: Visual edit
- 11:06, 28 January 2025 Timo.stripf talk contribs created page Finding Highest ULP of Math Functions (Created page with " This article discusses methods for measuring and finding the maximum Unit in the Last Place (ULP) error in floating-point math functions. It covers both single-precision (binary32) and double-precision (binary64) IEEEĀ 754 formats, highlighting the impracticality of exhaustive search for large input spaces and presenting a universal search algorithm that focuses on identifying inputs likely to produce large errors. == Background == In the IEEEĀ 754 single-precision fo...") Tag: Visual edit: Switched
- 05:21, 8 January 2025 Mywikis talk contribs deleted page Group:Schema properties (content was: "Empty page", and the only contributor was "Mywikis" (talk))
- 05:20, 8 January 2025 Mywikis talk contribs created page Group:Schema properties (Created page with "Empty page")
- 21:37, 4 January 2025 User account AlberthaBrower talk contribs was created
- 10:50, 19 December 2024 Timo.stripf talk contribs deleted page test (content was: "Hello, world 3!", and the only contributor was "Timo.stripf" (talk))
- 08:17, 19 December 2024 User account Ovensandhobs5823 talk contribs was created
- 08:07, 16 December 2024 User account HildegardeBladin talk contribs was created
- 06:22, 13 December 2024 User account Cots4tots1567 talk contribs was created
- 12:52, 10 December 2024 Timo.stripf talk contribs deleted page Group:Schema properties (content was: "", and the only contributor was "Timo.stripf" (talk))
- 12:52, 10 December 2024 Timo.stripf talk contribs created page Group:Schema properties (Timo.stripf created the page Group:Schema properties using a non-default content model "plain text")
- 12:52, 10 December 2024 Timo.stripf talk contribs created the page Group:Schema properties using a non-default content model "plain text"
- 12:50, 10 December 2024 Timo.stripf talk contribs deleted page smw/schema:Group:Predefined properties (content was: "", and the only contributor was "Timo.stripf" (talk))
- 12:50, 10 December 2024 Timo.stripf talk contribs created page smw/schema:Group:Predefined properties (Timo.stripf created the page smw/schema:Group:Predefined properties using a non-default content model "plain text")
- 12:50, 10 December 2024 Timo.stripf talk contribs created the page smw/schema:Group:Predefined properties using a non-default content model "plain text"
- 12:46, 10 December 2024 Maintenance script talk contribs created page Special:Badtitle/NS102:Owl:differentFrom (Semantic MediaWiki default vocabulary import)
- 12:46, 10 December 2024 Maintenance script talk contribs created page Special:Badtitle/NS102:Foaf:homepage (Semantic MediaWiki default vocabulary import)
- 12:46, 10 December 2024 Maintenance script talk contribs created page Special:Badtitle/NS102:Foaf:name (Semantic MediaWiki default vocabulary import)
- 12:46, 10 December 2024 Maintenance script talk contribs created page Special:Badtitle/NS102:Foaf:knows (Semantic MediaWiki default vocabulary import)
- 12:16, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Has type (content was: "This is the page of special property '''Has type'''. It lists all properties using this special property. See the help page Special property Has type for further information.", and the only contributor was "Timo.stripf" (talk))
- 12:15, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Owl:differentFrom (content was: "* Imported from::owl:differentFrom * Property description::The property that determines that two given individuals are different.@en Category:Imported vocabulary {{DISPLAYTITLE:owl:differentFrom}}", and the only contributor was "Maintenance script" (talk))
- 12:14, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Is test (content was: "This property is of datatype Has type::Text.", and the only contributor was "Timo.stripf" (talk))
- 12:14, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Foaf:name (content was: "* Imported from::foaf:name * Property description::A name for some thing or agent.@en Category:Imported vocabulary {{DISPLAYTITLE:foaf:name}}", and the only contributor was "Maintenance script" (talk))
- 12:14, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Foaf:knows (content was: "* Imported from::foaf:knows * Property description::A person known by this person (indicating some level of reciprocated interaction between the parties).@en Category:Imported vocabulary {{DISPLAYTITLE:foaf:knows}}", and the only contributor was "Maintenance script" (talk))
- 12:13, 10 December 2024 Timo.stripf talk contribs deleted page Special:Badtitle/NS102:Foaf:homepage (content was: "* Imported from::foaf:homepage * Property description::URL of the homepage of something, which is a general web resource.@en Category:Imported vocabulary {{DISPLAYTITLE:foaf:homepage}}", and the only contributor was "Maintenance script" (talk))
- 12:09, 10 December 2024 Maintenance script talk contribs created page MediaWiki:Smw import schema (Semantic MediaWiki default vocabulary import)
- 12:09, 10 December 2024 Maintenance script talk contribs created page Special:Badtitle/NS112:Profile:Facetedsearch default profile (Semantic MediaWiki search import)
- 01:42, 10 December 2024 Timo.stripf talk contribs created page emmtrix Code Vectorizer (Created page with "emmtrix Code Vectorizer is a C source-to-source compiler that vectorizes") Tag: Visual edit
- 12:08, 21 November 2024 Timo.stripf talk contribs created page ULP Difference of Float Numbers (Created page with "'''Unit in the Last Place (ULP)''' is a term used in computing to describe the difference in representation between two floating-point numbers. It is the smallest possible difference between two distinct floating-point values at a given precision. In simpler terms, ULP helps measure how many discrete steps separate two floating-point numbers, which is particularly useful when assessing rounding errors and numerical stability in floating-point computations. In floating-p...") Tag: Visual edit
- 13:47, 15 November 2024 Timo.stripf talk contribs created page tanh Software Implementation (Created page with " {{#widget:TestGoogleGraph |data=[["-2^127",0,0],["-2^126",0,0],["-2^125",0,0],["-2^124",0,0],["-2^123",0,0],["-2^122",0,0],["-2^121",0,0],["-2^120",0,0],["-2^119",0,0],["-2^118",0,0],["-2^117",0,0],["-2^116",0,0],["-2^115",0,0],["-2^114",0,0],["-2^113",0,0],["-2^112",0,0],["-2^111",0,0],["-2^110",0,0],["-2^109",0,0],["-2^108",0,0],["-2^107",0,0],["-2^106",0,0],["-2^105",0,0],["-2^104",0,0],["-2^103",0,0],["-2^102",0,0],["-2^101",0,0],["-2^100",0,0],["-2^99",0,0],["-2...") Tag: Visual edit: Switched
- 13:43, 15 November 2024 Timo.stripf talk contribs moved page Widget:TestGoogleGraph to Widget:FloatErrorGraph without leaving a redirect
- 08:52, 15 November 2024 Timo.stripf talk contribs created page Widget:TestGoogleGraph (Created page with "<widget> <includeonly> <script src="https://www.gstatic.com/charts/loader.js"></script> <script> google.charts.load('current', { packages: ['corechart'] }); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Task', 'Hours per Day'], ['Work', 8], ['Eat', 2], ['Commute', 2], ['Watch TV', 3], ['Sleep', 7] ]...")
- 22:49, 13 October 2024 Timo.stripf talk contribs created page Infineon AURIX TC2xx (Created page with "== External Links == * https://www.infineon.com/cms/en/product/microcontroller/32-bit-tricore-microcontroller/32-bit-tricore-aurix-tc2xx/ * [https://www.infineon.com/dgdl/Infineon-TC29x_B-step-UM-v01_03-EN.pdf?fileId=5546d46269bda8df0169ca1bdee424a2 TC29x B-Step User Manual] Category:Supported Architectures") Tag: Visual edit
- 18:12, 12 October 2024 Timo.stripf talk contribs moved page TriCore Instruction Set Architecture to TriCore Instruction Set Architecture
- 08:40, 12 October 2024 Timo.stripf talk contribs uploaded File:TC3xx Processor Core, Local Memory and Connectivity.png