Search results

From Free Pascal wiki
Jump to navigationJump to search

Page title matches

  • For an overview of optimization possibilities, see Chapter 11 of the Free Pascal Programmer's Guide. == Optimization Switches ==
    3 KB (498 words) - 02:39, 5 April 2021
  • Whole program optimization, abbreviated WPO, means that the compiler considers all compilation units t ...ight lang="pascal" inline>tchild2</syntaxhighlight> may be created, as for optimization purposes it still uses the feedback file generated during the previous comp
    17 KB (2,508 words) - 17:17, 6 August 2022
  • 16 KB (2,479 words) - 19:24, 25 April 2019
  • 16 KB (2,505 words) - 17:15, 6 August 2022

Page text matches

  • ...ning as the [[local compiler directives|''local compiler directive'']] '''$OPTIMIZATION''' switching on/off level two optimizations. '''$OPTIMIZATION''' uses the ON and OFF switches.
    556 bytes (70 words) - 13:18, 6 March 2020
  • =$OPTIMIZATION= Die Direktive $OPTIMIZATION gehört zur Code-Optimierung.<br>
    2 KB (294 words) - 11:05, 25 July 2014
  • For an overview of optimization possibilities, see Chapter 11 of the Free Pascal Programmer's Guide. == Optimization Switches ==
    3 KB (498 words) - 02:39, 5 April 2021
  • == Optimization ==
    2 KB (284 words) - 09:49, 4 January 2023
  • ...rical analysis, including mathematical functions, probabilities, matrices, optimization, linear and nonlinear equations, integration, Fast Fourier Transform, rando ...Optimization by Linear Approximation, M. Powell) for tasks of constrained optimization included in lmOptimum package, unit uCobyla.
    2 KB (284 words) - 22:57, 10 September 2020
  • === optimization requests ===
    6 KB (549 words) - 18:56, 28 January 2021
  • Due to the potential optimization of a certain operations (i.e. division or square root) the code might conta
    611 bytes (85 words) - 11:41, 25 February 2021
  • * Optimization: inherited Entries are parsed on idle. * Optimization: xml files are cached, and only parsed once or if they changed on disk
    2 KB (372 words) - 10:54, 14 June 2011
  • * Optimization and nonlinear solvers
    832 bytes (103 words) - 08:57, 14 August 2020
  • * Optimization: inherited Entries are parsed on idle. * Optimization: xml files are cached, and only parsed once or if they changed on disk
    3 KB (420 words) - 10:53, 14 June 2011
  • ...ed, consider trying [[Optimization|<syntaxhighlight lang="delphi" inline>{$optimization autoInline}</syntaxhighlight>]] first, before manually adding <syntaxhighli
    3 KB (443 words) - 14:22, 8 November 2023
  • ===No optimization===
    4 KB (475 words) - 09:28, 4 May 2022
  • == Loop optimization ==
    4 KB (595 words) - 23:04, 20 September 2023
  • ==== Optimization ==== * calculated sources: optimization, sliding median, user-defined filter
    5 KB (606 words) - 12:36, 24 October 2021
  • ...g="asm" inline>jmp</syntaxhighlight> instruction. In higher [[Optimization|optimization]] levels it might get eliminated.
    5 KB (606 words) - 23:08, 22 January 2022
  • ===Drawing optimization roadmap=== ...2 for alpha blending support). This was implemented together with the next optimization:
    7 KB (959 words) - 06:28, 8 February 2020
  • ...nce FPC 2.0.0. Use [[$optimization|<syntaxhighlight lang="pascal" inline>{$optimization}</syntaxhighlight>]] instead.
    6 KB (660 words) - 14:23, 19 February 2021
  • ...there aren't many Z80-specific optimizations implemented yet, but enabling optimization still has some small effect. Here's a simple program that works:
    4 KB (553 words) - 13:51, 24 May 2022
  • * Optimization: inherited Entries are parsed on idle * Optimization: xml files are cached, and only parsed once or if they changed on disk
    4 KB (661 words) - 00:06, 31 January 2023
  • ...branches should be considered where appropriate since they [[Case Compiler Optimization|aide compiler optimizations]].
    2 KB (259 words) - 03:14, 23 June 2020
  • The so-called “loop unrolling” [[Compiler|compiler]] optimization may ''copy'' the loop body multiple times anyway, but still you do not need
    2 KB (293 words) - 23:25, 26 January 2021
  • ...he fields of a particular class from being reordered by adding ''{$push} {$optimization noorderfields}'' before the class' declaration and ''{$pop}'' after it. ...licit side effects (e.g. they change the value of a global variable), this optimization can nevertheless result in changes in program behaviour. Examples include r
    17 KB (2,457 words) - 17:13, 25 May 2023
  • ...rce|TRandomChartSource]] || Chart source with random data for chart layout optimization at design-time
    4 KB (422 words) - 00:24, 10 September 2018
  • This also allows to re-compile packages with more/less optimization and/or with/without range/stack/overflow-checks etc.
    2 KB (314 words) - 13:29, 28 May 2022
  • ...ne in system. That is because system is usually compiled with conservative optimization settings.<br> ...ation is about the same, you can compile this with more agressive compiler optimization settings.<br>
    5 KB (802 words) - 08:55, 1 February 2020
  • ...ess encoding/decoding functions, which is based on mentioned Enum. That is optimization.
    2 KB (267 words) - 17:11, 13 December 2022
  • ...Используйте взамен [[$optimization|<syntaxhighlight lang="pascal" inline>{$optimization}</syntaxhighlight>]].
    9 KB (419 words) - 14:40, 29 April 2020
  • Whole program optimization, abbreviated WPO, means that the compiler considers all compilation units t ...ight lang="pascal" inline>tchild2</syntaxhighlight> may be created, as for optimization purposes it still uses the feedback file generated during the previous comp
    17 KB (2,508 words) - 17:17, 6 August 2022
  • * Optimization: inherited Entries are parsed on idle * Optimization: xml files are cached, and only parsed once or if they changed on disk
    6 KB (323 words) - 21:51, 22 August 2020
  • ====DOM unit: no longer uses avl_tree for node search optimization==== * '''Reason''': The optimization offered by child node indexing was applicable only to one particular usage
    9 KB (1,273 words) - 13:22, 3 March 2020
  • ...y -O1, but eventually there will be ''-O2, -O3, -O4'' similar to FPC. Each optimization can be enabled/disabled separately via some corresponding -Oo flag. * -O2: {$optimization removeemptyprocs} as FPC
    5 KB (760 words) - 12:10, 9 March 2021
  • === Faulty optimization === ...the compiler incorrectly optimised the code. So you should switch off code optimization with '''{$O-}''' at the beginning of the program.
    10 KB (1,425 words) - 02:44, 1 February 2021
  • .../syntaxhighlight> possibly prevents the compiler from performing certain [[Optimization|optimizations]].
    3 KB (441 words) - 14:05, 28 January 2022
  • ==FPC Optimization Defines== ...le that apply to the FP Compiler - see [[Optimization#Optimization_in_Code|Optimization in Code]]
    12 KB (1,774 words) - 17:57, 26 January 2024
  • = optimization =
    3 KB (439 words) - 11:45, 17 December 2019
  • ** '''-O''' (''Optimization'')
    3 KB (422 words) - 21:41, 7 April 2009
  • === Faulty optimization === ...the compiler incorrectly optimised the code. So you should switch off code optimization with {$ O-} at the beginning of the program.
    11 KB (1,520 words) - 01:31, 26 December 2020
  • ...rate one JavaScript program. This allows the compiler to use Whole Program Optimization (wpo) to determine all unused identifiers.
    3 KB (434 words) - 20:56, 28 March 2021
  • ...'', or with '''-OoFASTMATH''' optimization. It's only enabled as uncertain optimization, because if the result of the rounding doesn't fit into the target variable
    9 KB (1,322 words) - 20:42, 19 November 2023
  • == Profiling and optimization == Profiling can help to identify “critical” parts of your code, whose optimization could seriously improve the performance of your program.
    11 KB (1,761 words) - 00:12, 8 November 2021
  • ** '''-O''' (''Optimization'')
    3 KB (522 words) - 03:15, 12 May 2020
  • * <strike>add {$optimization nostackframe} to objects unit and to all code which uses it (IDE, fvision)<
    4 KB (634 words) - 12:23, 17 March 2013
  • // optimization: then part gets executed most of the time
    4 KB (528 words) - 23:05, 23 October 2019
  • ...arations. Just ignore it, because the fpc compiler does not handle such an optimization.
    6 KB (1,066 words) - 22:20, 6 April 2013
  • * [[$optimization|<syntaxhighlight lang="pascal" inline>{$optimization}</syntaxhighlight>]] switches on certain optimizations.
    14 KB (1,568 words) - 16:14, 4 September 2021
  • Optimization improvements in FPC 3.2.0 versus the current 3.0.4 being used are likely to
    4 KB (594 words) - 23:25, 3 March 2020
  • * [[Single assignment|single assignment]], a compiler optimization
    5 KB (643 words) - 00:09, 4 February 2021
  • ...cal" inline>then</syntaxhighlight>]]-branches, utilizing a [[Case Compiler Optimization|<syntaxhighlight lang="pascal" inline>case</syntaxhighlight>-statement allo
    5 KB (707 words) - 04:08, 17 October 2023
  • // optimization: then part gets executed most of the time
    4 KB (510 words) - 17:20, 6 August 2022
  • ...occurrences we could make it with less time, and might be even with better optimization of the code.
    5 KB (817 words) - 19:28, 6 August 2022

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)