Skip to content

Commit

Permalink
[imcc] adjust documentation for optim options
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Feb 27, 2014
1 parent 2ede3c1 commit 04c9fb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/binaries/parrot.pod
Expand Up @@ -195,9 +195,9 @@ It includes strength reduction and rewrites certain if/branch/label constructs.
-O2 runs afterwards, handles constant propagation, jump optimizations,
removal of unused labels and dead code.

-Op> applies -O2 to pasm files also.
-Op applies -O2 to pasm files also.

The old options -Op, -Oc and -Oj are currently ineffective.
The old options -Oc and -Oj are currently ineffective.

-O defaults to -O1.

Expand Down
2 changes: 1 addition & 1 deletion lib/Parrot/Harness/Options.pm
Expand Up @@ -114,7 +114,7 @@ perl t/harness [options] [testfiles]
All tests run with this option will probably fail
-d ... run debug
-r ... assemble to PBC run PBC
-O[012] ... optimize
-O[012p] ... optimize
-D[number] ... pass debug flags to parrot interpreter
--gc-debug
--core-tests
Expand Down
2 changes: 1 addition & 1 deletion t/harness
Expand Up @@ -163,7 +163,7 @@ Run fast core.
compile to Parrot bytecode and then run the bytecode.
=item C<-O[012]>
=item C<-O[012p]>
Run optimized to the specified level.
Expand Down

0 comments on commit 04c9fb9

Please sign in to comment.