Added documentation for packed pragma

This commit is contained in:
Audun Wilhelmsen
2014-03-20 23:11:33 +01:00
parent 09bda74e7d
commit b59fba5845
2 changed files with 6 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ News
evaluation.
- ``--gc:none`` produces warnings when code uses the GC.
- A ``union`` pragma for better C interoperability is now supported.
- A ``packed`` pragma to control the memory packing/alignment of fields in an object.
- Arrays can be annotated to be ``unchecked`` for easier low level
manipulations of memory.