The new IDE Fix Pack 6.3 adds some IDE fixes and makes DFM reading a little bit faster due to the usage of buffers on the stack instead of the TBytes heap allocations with unnecessary FillChar calls that were introduced with XE3.
The compiler option extension -x-fpr also got a new feature. If a function has stack variables that exceed 4096 bytes, the function prolog that is generated will be up to 3 times faster than the original compiler generated code (RSP-19826).
Furthermore the compiler option extensions are now combined into -x-On options what makes it easier to specify the options because you don’t need to remember all the option names anymore.
-x-O1 Enable options -x-fvs -x-fpr
-x-O2 Enable options -x-fvs -x-fpr -x-orc
-x-O3 Enable options -x-fvs=2 -x-fpr -x-orc
-x-Ox Enable ABI changing optimizations: -x-fvs=2 -x-fpr -x-orc=2 -x-ff
All options are listed in the Readme.txt and can be specified under Project Options/Delphi Compiler/Compiling/Other options/Additional options to pass to the compiler. (Screenshot)
Changelog
- Added: Patch to remove IDE flickering when WM_SETTINGCHANGE is broadcasted
- Added: Fix for RSP-20700: Tooltip Help Insight is blinking if Structure View is scrolled
- Added: Undo XE3+ TFiler/TReader/TParser/TStream TBytes usage, replace SetLength with SetLengthUninit for special cases
- Added: -x-fpr generates 3 times faster stack memory page probing code (RSP-19826)
- Added: Options -x-O1, -x-O2, -x-O3, -x-Ox that enable other optimization options
Download:
Name | IDE Version | File | Size | Downloads | Added |
---|---|---|---|---|---|
IDE Fix Pack 6.5.1 | 2009 (UP4) | IDEFixPack2009Reg65.1.7z | 260.75 KB | 223 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | 2010 (UP5) | IDEFixPack2010Reg65.1.7z | 254.15 KB | 225 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | XE (UP1) | IDEFixPackXEReg65.1.7z | 239.57 KB | 179 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | XE2 (UP4+HF1) | IDEFixPackXE2Reg65.1.7z | 338.4 KB | 201 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | XE3 (UP2) | IDEFixPackXE3Reg65.1.7z | 278.66 KB | 178 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | XE4 (UP1) | IDEFixPackXE4Reg65.1.7z | 281.25 KB | 154 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | XE5 (UP2) | IDEFixPackXE5Reg65.1.7z | 279.15 KB | 157 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | XE6 (UP1) | IDEFixPackXE6Reg65.1.7z | 757.61 KB | 167 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | XE7 (UP1) | IDEFixPackXE7Reg65.1.7z | 770.35 KB | 187 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | XE8 (UP1) | IDEFixPackXE8Reg65.1.7z | 777.72 KB | 168 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | 10 Seattle (RTM/UP1) | IDEFixPackD10Reg65.1.7z | 777.68 KB | 186 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | 10.1 Berlin | IDEFixPackD101Reg65.1.7z | 776.5 KB | 198 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | 10.2 (RTM/UP1/2/3) | IDEFixPackD102Reg65.1.7z | 790.65 KB | 277 times | 2025-01-07 |
IDE Fix Pack 6.5.1 | 10.3 (RTM/UP1) | IDEFixPackD103Reg65.1.7z | 802.62 KB | 280 times | 2025-01-07 |
Download (fastdcc for the command line compiler):
Name | IDE Version | File | Size | Downloads | Added |
---|---|---|---|---|---|
fastdcc 6.5.1 | 2009 (UP4) | fastdcc2009v65.1.7z | 129.3 KB | 113 times | 2025-01-07 |
fastdcc 6.5.1 | 2010 (UP5) | fastdcc2010v65.1.7z | 136.5 KB | 120 times | 2025-01-07 |
fastdcc 6.5.1 | XE (UP1) | fastdccXEv65.1.7z | 137.75 KB | 107 times | 2025-01-07 |
fastdcc 6.5.1 | XE2 (UP4+HF1) | fastdccXE2v65.1.7z | 185.3 KB | 118 times | 2025-01-07 |
fastdcc 6.5.1 | XE3 (UP2) | fastdccXE3v65.1.7z | 317.74 KB | 110 times | 2025-01-07 |
fastdcc 6.5.1 | XE4 (UP1) | fastdccXE4v65.1.7z | 378.92 KB | 106 times | 2025-01-07 |
fastdcc 6.5.1 | XE5 (UP2) | fastdccXE5v65.1.7z | 323.94 KB | 106 times | 2025-01-07 |
fastdcc 6.5.1 | XE6 (UP1) | fastdccXE6v65.1.7z | 522.85 KB | 105 times | 2025-01-07 |
fastdcc 6.5.1 | XE7 (UP1) | fastdccXE7v65.1.7z | 552.71 KB | 110 times | 2025-01-07 |
fastdcc 6.5.1 | XE8 (UP1) | fastdccXE8v65.1.7z | 559.11 KB | 106 times | 2025-01-07 |
fastdcc 6.5.1 | 10 Seattle (RTM/UP1) | fastdccD10v65.1.7z | 558.94 KB | 111 times | 2025-01-07 |
fastdcc 6.5.1 | 10.1 Berlin | fastdccD101v65.1.7z | 558.86 KB | 114 times | 2025-01-07 |
fastdcc 6.5.1 | 10.2 (RTM/UP1/2/3) | fastdccD102v65.1.7z | 574.86 KB | 132 times | 2025-01-07 |
fastdcc 6.5.1 | 10.3 (RTM/UP1) | fastdccD103v65.1.7z | 578.83 KB | 131 times | 2025-01-07 |