Re: [9fans] sys: floating point in note handler

2011-09-20 Thread cinap_lenrek
i never hit that one. maybe pure luck. the linux signal handler doesnt execute under the plan9 note context so it could just use fp if it wanted to. the problem might be that we dont pass a proper fpu context in the note. to get the fp context, we would need to read /proc/n/fpreg wich is expensive

[9fans] sys: floating point in note handler

2011-09-20 Thread Steve Simon
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 n