Skip to content

Commit

Permalink
doc: update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kidoman committed Oct 13, 2013
1 parent fc8a148 commit 54fa44a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javarays/README.md
Expand Up @@ -7,5 +7,5 @@
## Usage

$ javac javarays/Raycaster.java
$ time java javarays.Raycaster > javarays.ppm
$ java -server -Xms4096m -Xmx8192m -XX:+AggressiveOpts -XX:+UseCompressedOops -noverify javarays.Raycaster
$ open javarays.ppm
2 changes: 1 addition & 1 deletion nimrays/README.md
Expand Up @@ -6,6 +6,6 @@

## Usage

$ nimrod -d:release --threads:on --threadAnalysis:off -t:-ffast-math -t:-funroll-loops c main.nim
$ nimrod -d:release --threads:on --threadAnalysis:off -t:-ffast-math -t:-funroll-loops -t:-mtune=native -t:-march=native c main.nim
$ main
$ open render.ppm
2 changes: 2 additions & 0 deletions rubyrays/README.md
Expand Up @@ -10,10 +10,12 @@ implentation that does support real threading.
## Prerequisites

* Ruby 1.9+
* JRuby 1.7.5

## Usage

$ ruby rubyrays.rb
$ jruby -J-server -J-Xms4096m -J-Xmx8192m -J-XX:+AggressiveOpts rubyrays.rb
$ open render.ppm

There are three optional arguments: `width`, `height`, and `threads`.
Expand Down

0 comments on commit 54fa44a

Please sign in to comment.