Skip to content

Commit

Permalink
Fixed a few syntax errors, moved compiler/options and made it reachab…
Browse files Browse the repository at this point in the history
…le (always useful.)
  • Loading branch information
nddrylliog committed Jan 15, 2010
1 parent 9ee0480 commit c14a8f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/compilers/executable-size.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ The `-v` compiler option prints the commands ooc executes. By default, it links
.. note::

A ".a" file is a static version of a library.
Dynamic libraries usually have the ".so" extension on most *nix,
.dll on Win32, and .dylib on Apple
Dynamic libraries usually have the ".so" extension on most \*nix,
.dll on Win32, and .dylib on Apple.

If you have installed the Boehm GC properly you can try the "-dyngc" switch. Down to 31KB for me =) Better.

Expand Down
2 changes: 1 addition & 1 deletion source/compilers/gc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Short-term memory leaks
According to the Boehm GC documentation, it *may* happen, although
it's quite unlikely, and they "avoid growing leaks", as they say.

For more information, please refer to the `Boehm GC FAQ<http://www.hpl.hp.com/personal/Hans_Boehm/gc/faq.html>`_
For more information, please refer to the `Boehm GC FAQ <http://www.hpl.hp.com/personal/Hans_Boehm/gc/faq.html>`_

Memory freed too soon
---------------------
Expand Down
1 change: 1 addition & 0 deletions source/compilers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Compiler(s) reference
jooc/index.rst
rock/index.rst

options.rst
executable-size.rst
gc.rst
no-gc.rst
Expand Down
File renamed without changes.

0 comments on commit c14a8f2

Please sign in to comment.