Fixing stack alignment in release mode.

This commit is contained in:
Ben Vanik
2013-11-16 02:52:33 -08:00
parent a547a6e696
commit 96c27b3b51
2 changed files with 17 additions and 11 deletions

View File

@@ -86,11 +86,6 @@ 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