Known issues.

This commit is contained in:
Ben Vanik 2013-11-16 02:07:21 -08:00
parent 31243eb096
commit a547a6e696
1 changed files with 10 additions and 0 deletions

View File

@ -85,3 +85,13 @@ in keeping all the platforms building any other way.
manually execute commands have fun, nothing is stopping you.
## Known Issues
### Release Mode Crashes
There are some stack alignment issues with the JITed code, so release mode
dies on an unaligned SSE operation.
### Use of stdout
Currently everything is traced to stdout, which is slow and silly. A better
tracing format is being worked on.