Skip to content

Commit

Permalink
- WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed May 10, 2024
1 parent 625b99f commit 9176511
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Source/Docs/command-line-arguments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Below are the command line arguments available:
-basic-optimizations,Optimizations.Basic,true
-basic-optimizations-off,Optimizations.Basic,false
-scanwindow,Optimizations.ScanWindow,{value}
-level,Optimizations.Level,{value}
-inline-explicit,Optimizations.Inline.Explicit,true
-inline-explicit-off,Optimizations.Inline.Explicit,false
-long-expansion,Optimizations.LongExpansion,true
Expand Down
1 change: 0 additions & 1 deletion Source/Docs/settings-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ Compiler Optimizations Settings
Optimizations.Inline,"If true, small methods can be inlined"
Optimizations.Inline.Maximum,Maximun number of instructions that can be inlined within a method
Optimizations.ScanWindow,Maximun instruction window for the optimizer to scan
Optimizations.Level,Maximun optimization level of the optimizer (0-100)
Optimizations.Inline.AggressiveMaximum,Maximun number of instructions that can be inlined when a method is explicited marked to be inlined
Optimizations.Inline.Explicit,"If true, explicitly marked methods are inlined"
Optimizations.TwoPass,"If true, some optimization stages are executed twice"
Expand Down

0 comments on commit 9176511

Please sign in to comment.