freenode/#sbcl - IRC Chatlog
Search
15:52:30
stassats
spotted it in get-internal-real-time, that divides by 1000, but the whole thing could be done in C
15:55:46
stassats
and lisp_init_time has to be dereferenced twice, and sb-alien is too primitive to handle using a variable twice
17:24:14
fiddlerwoaroof
stassats: I managed to get the build to complete on my mac (up to make-target-2.sh)
17:24:27
fiddlerwoaroof
However, I'm getting this error: ensure_space: failed to allocate 1048576 bytes at 0xf0000000
17:25:54
fiddlerwoaroof
I can find the code that prints this message, but I'm wondering what the normal cause of this message is? mmap failing?
18:26:55
flip214
with run-program, can I have arbitrary file handles passed on? Ie. create a socketpair or pipe and pass one end as FD 17 or whatever?
19:28:43
stassats
ok, no floor then, truncate still helps with idiv, but there's two imuls for floor
0:18:33
White_Flame
and it seems to pass :EXTERNAL-FORMAT as a parameter that ends up in an ECASE looking for :STREAM-EXTERNAL-FORMAT
0:19:51
White_Flame
(this call is being made by some old code I'm running, but crashes standalone in a clean image under slime as well)