From a547a6e696d409559dac39c5aa76ce9e0f24e472 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sat, 16 Nov 2013 02:07:21 -0800 Subject: [PATCH] Known issues. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c075e3515..f76516c7a 100644 --- a/README.md +++ b/README.md @@ -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.