From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3624854f8a302f972a3650919aa61411@quintile.net> From: "Steve Simon" Date: Tue, 20 Sep 2011 11:30:32 +0100 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] sys: floating point in note handler Topicbox-Message-UUID: 2ab691d0-ead7-11e9-9d60-3106f5b1d025 working on linuxemu I find perl seems to use floating point in a signal handler - I have not worked out where or why as getting debug symbols for perl is harder than I expected. I understand note handlers are not alowed to use floating point, but why is this - is it just for simplicity - "it was never needed so we never wrote the code to support it", or is there a fundamental reason why this is a no-no? Thanks -Steve