Library Sizes
=============

The size of each shared library's _text_, and _data_ segment in bytes is
determined using the `size` command on 64 bit Darwin. Please note that 
these numbers can vary significantly between different targets.

+----------------+-----------+----------+
|  Library       |  Text (B) | Data (B) |
+================+===========+==========+
| rti_me         |   409600  |   8192   |
+----------------+-----------+----------+
| discdpde       |    40960  |   4096   |
+----------------+-----------+----------+
| discdpse       |    28672  |   4096   |
+----------------+-----------+----------+
| rh_sm          |    20480  |   4096   |
+----------------+-----------+----------+
| wh_sm          |    12288  |   4096   |
+----------------+-----------+----------+
| rti_me_cpp     |    65536  |  12288   |
+----------------+-----------+----------+