Slow Recompile & Quick Dictionary
Posted: Fri May 03, 2024 7:56 pm
o Slow Recompiled Windows 9.7
Anyone care to speculate on the slowness of the recompiled Windows 9.7 source? I made a google search for 'memory leak in C++', and came across these two interesting articles. I recall XCode (Mac) complained of memory leaks while trying to recompile 9.7, maybe Visual Studio (Win) isn't as sensitive during a compile? According to the first article by Microsoft, Visual Studio comes with tools for detecting such things, and there are 3rd party software tools as well (one open source). I realize finding and fixing are two very different things, and I don't pretend to understand any of it.
https://learn.microsoft.com/en-us/cpp/c ... w=msvc-170
https://favtutor.com/blogs/memory-leaks-cpp
"Memory leaks are among the most subtle and hard-to-detect bugs in C/C++ apps. Memory leaks result from the failure to correctly deallocate memory that was previously allocated. A small memory leak might not be noticed at first, but over time can cause symptoms ranging from poor performance to crashing when the app runs out of memory. A leaking app that uses up all available memory can cause other apps to crash, creating confusion as to which app is responsible. Even harmless memory leaks might indicate other problems that should be corrected. The Visual Studio debugger and C Run-Time Library (CRT) can help you detect and identify memory leaks."
o Quick Dictionary Problem
I came across a search problem with Quick Dictionary. Search on 'intersect'. There is an 'intersect' command, function, and keyword. Click on the function or keyword and the command data is displayed. It's hitting on the first 'intersect' in the database, not the intended 'intersect'. The original Dictionary doesn't have this problem. No idea how to fix.
Anyone care to speculate on the slowness of the recompiled Windows 9.7 source? I made a google search for 'memory leak in C++', and came across these two interesting articles. I recall XCode (Mac) complained of memory leaks while trying to recompile 9.7, maybe Visual Studio (Win) isn't as sensitive during a compile? According to the first article by Microsoft, Visual Studio comes with tools for detecting such things, and there are 3rd party software tools as well (one open source). I realize finding and fixing are two very different things, and I don't pretend to understand any of it.
https://learn.microsoft.com/en-us/cpp/c ... w=msvc-170
https://favtutor.com/blogs/memory-leaks-cpp
"Memory leaks are among the most subtle and hard-to-detect bugs in C/C++ apps. Memory leaks result from the failure to correctly deallocate memory that was previously allocated. A small memory leak might not be noticed at first, but over time can cause symptoms ranging from poor performance to crashing when the app runs out of memory. A leaking app that uses up all available memory can cause other apps to crash, creating confusion as to which app is responsible. Even harmless memory leaks might indicate other problems that should be corrected. The Visual Studio debugger and C Run-Time Library (CRT) can help you detect and identify memory leaks."
o Quick Dictionary Problem
I came across a search problem with Quick Dictionary. Search on 'intersect'. There is an 'intersect' command, function, and keyword. Click on the function or keyword and the command data is displayed. It's hitting on the first 'intersect' in the database, not the intended 'intersect'. The original Dictionary doesn't have this problem. No idea how to fix.