2014-11-30T01:17:17Z heddwch quit (Ping timeout: 240 seconds) 2014-11-30T01:45:06Z gingerale quit (Ping timeout: 256 seconds) 2014-11-30T01:49:09Z tcr quit (Quit: Leaving.) 2014-11-30T02:11:24Z drmeister: pkhuong: ping 2014-11-30T02:12:15Z stassats`: found a chain of reasons why sb!c::recognize-self-calls doesn't work in the xc 2014-11-30T02:12:49Z stassats`: because defun doesn't expand into named-lambda, but when it does, recognize-self-calls prevents templates from being applied, resulting in broken (defun car (x) (car x)) 2014-11-30T02:13:46Z drmeister: Hey stassats`. 2014-11-30T02:14:02Z drmeister: I missed pkhuong by about 10 hours - I'll try later. 2014-11-30T02:15:21Z stassats`: recognize-self-calls also prevents transforms 2014-11-30T02:17:48Z stassats`: not sure what criterion to use to stop recognize-self-calls, just any known fun? or a known fun with TEMPLATES, IR2-CONVERT or TRANSFORMS? 2014-11-30T02:18:22Z psilord joined #sbcl 2014-11-30T02:30:59Z psilord quit (Quit: Leaving.) 2014-11-30T02:31:21Z psilord joined #sbcl 2014-11-30T02:41:18Z davazp quit (Remote host closed the connection) 2014-11-30T02:46:00Z stassats` quit (Ping timeout: 244 seconds) 2014-11-30T03:00:31Z karswell quit (Read error: Connection reset by peer) 2014-11-30T03:01:30Z karswell joined #sbcl 2014-11-30T03:38:42Z christoph_debian quit (Ping timeout: 244 seconds) 2014-11-30T03:41:36Z karswell quit (Read error: Connection reset by peer) 2014-11-30T03:44:44Z karswell joined #sbcl 2014-11-30T03:53:07Z christoph_debian joined #sbcl 2014-11-30T04:07:56Z heddwch joined #sbcl 2014-11-30T04:18:45Z oleo__ joined #sbcl 2014-11-30T04:20:09Z oleo is now known as Guest25969 2014-11-30T04:20:51Z Guest25969 quit (Ping timeout: 258 seconds) 2014-11-30T04:22:10Z heddwch quit (Quit: ZNC - http://znc.in) 2014-11-30T04:26:31Z heddwch joined #sbcl 2014-11-30T04:28:05Z heddwch quit (Client Quit) 2014-11-30T04:28:20Z Bike joined #sbcl 2014-11-30T04:33:36Z heddwch joined #sbcl 2014-11-30T04:36:08Z heddwch quit (Client Quit) 2014-11-30T04:40:30Z heddwch joined #sbcl 2014-11-30T04:41:47Z heddwch quit (Client Quit) 2014-11-30T05:32:23Z kanru joined #sbcl 2014-11-30T05:37:13Z karswell quit (Remote host closed the connection) 2014-11-30T05:39:22Z kanru quit (Remote host closed the connection) 2014-11-30T05:40:13Z kanru joined #sbcl 2014-11-30T05:41:16Z alchemis7 quit (Quit: @) 2014-11-30T05:42:13Z alchemis7 joined #sbcl 2014-11-30T05:53:39Z karswell joined #sbcl 2014-11-30T06:17:24Z milosn joined #sbcl 2014-11-30T07:39:22Z kanru quit (Ping timeout: 240 seconds) 2014-11-30T07:42:06Z Krystof quit (Ping timeout: 258 seconds) 2014-11-30T08:25:12Z gingerale joined #sbcl 2014-11-30T08:28:11Z Krystof joined #sbcl 2014-11-30T08:28:11Z ChanServ has set mode +o Krystof 2014-11-30T09:07:32Z milosn quit (Remote host closed the connection) 2014-11-30T09:29:50Z tcr joined #sbcl 2014-11-30T09:41:11Z milosn joined #sbcl 2014-11-30T10:08:34Z momo-reina joined #sbcl 2014-11-30T10:18:53Z momo-reina quit (Ping timeout: 258 seconds) 2014-11-30T11:01:41Z stassats` joined #sbcl 2014-11-30T11:13:50Z tcr quit (Quit: Leaving.) 2014-11-30T11:29:57Z scymtym_ joined #sbcl 2014-11-30T11:41:06Z tcr joined #sbcl 2014-11-30T11:55:13Z stassats`: turns out recognize-self-calls produces some left over code 2014-11-30T11:56:04Z edgar-rft quit (Quit: existence corrupted because all hope lost) 2014-11-30T11:58:21Z stassats`: ok, not really, just checking safepoints twice 2014-11-30T12:22:10Z attila_lendvai quit (Quit: Leaving.) 2014-11-30T12:36:14Z oleo__ is now known as oleo 2014-11-30T13:17:08Z oleo quit (Quit: Verlassend) 2014-11-30T13:27:14Z stassats`: (defun x (x) (declare (fixnum x) (optimize speed)) (x (1- x))) has two fixnum typechecks 2014-11-30T13:27:22Z stassats`: maybe if it could jump into the XEP... 2014-11-30T13:58:37Z fikusz quit (Quit: Leaving) 2014-11-30T13:59:13Z fikusz joined #sbcl 2014-11-30T13:59:28Z milosn quit (Quit: Lost terminal) 2014-11-30T14:31:27Z stassats`: great, sb-md5 fails on windows-x86 2014-11-30T14:37:35Z leo2007 joined #sbcl 2014-11-30T14:41:08Z stassats`: and make-target-contrib hangs after sb-concurrency, i think i know why 2014-11-30T14:41:27Z stassats`: because of the exit and thread deadlock 2014-11-30T14:44:45Z oleo joined #sbcl 2014-11-30T14:46:35Z stassats`: and undefined functions are broken on windows-x86, just great 2014-11-30T14:58:26Z jlarocco joined #sbcl 2014-11-30T15:01:33Z LiamH joined #sbcl 2014-11-30T15:14:51Z stassats`: or just any internal errors 2014-11-30T16:08:59Z stassats`: __atribute__ aligned doesn't work 2014-11-30T16:16:09Z djangojames joined #sbcl 2014-11-30T16:29:50Z tcr left #sbcl 2014-11-30T16:33:08Z stassats`: because our stack is not aligned 2014-11-30T16:34:42Z tcr joined #sbcl 2014-11-30T17:08:15Z oleo__ joined #sbcl 2014-11-30T17:09:39Z oleo is now known as Guest49800 2014-11-30T17:10:50Z Guest49800 quit (Ping timeout: 250 seconds) 2014-11-30T17:21:33Z stassats`: more fun, just aligning the number stack is not enough, because this is an interrupt 2014-11-30T17:32:56Z oleo__ quit (Quit: Verlassend) 2014-11-30T17:33:33Z oleo__ joined #sbcl 2014-11-30T17:33:43Z oleo__ quit (Read error: Connection reset by peer) 2014-11-30T17:34:58Z oleo__ joined #sbcl 2014-11-30T17:35:19Z oleo__ quit (Read error: Connection reset by peer) 2014-11-30T17:36:37Z oleo__ joined #sbcl 2014-11-30T17:37:13Z oleo__ quit (Client Quit) 2014-11-30T17:39:23Z oleo joined #sbcl 2014-11-30T17:51:11Z jlarocco quit (Quit: This computer has gone to sleep) 2014-11-30T17:53:22Z stassats` quit (Ping timeout: 255 seconds) 2014-11-30T17:58:37Z davazp joined #sbcl 2014-11-30T18:01:47Z milosn joined #sbcl 2014-11-30T18:02:18Z jlarocco joined #sbcl 2014-11-30T18:03:15Z jlarocco quit (Client Quit) 2014-11-30T18:09:01Z stassats` joined #sbcl 2014-11-30T18:17:08Z djangojames quit (Ping timeout: 265 seconds) 2014-11-30T18:17:37Z djangojames joined #sbcl 2014-11-30T18:43:54Z djangojames quit (Ping timeout: 244 seconds) 2014-11-30T19:06:56Z krzysz00 quit (Quit: leaving) 2014-11-30T19:33:16Z davazp quit (Ping timeout: 255 seconds) 2014-11-30T19:38:06Z djangojames joined #sbcl 2014-11-30T20:05:24Z djangojames quit (Ping timeout: 265 seconds) 2014-11-30T20:06:11Z ekinmur_ joined #sbcl 2014-11-30T20:06:32Z ekinmur_ quit (Remote host closed the connection) 2014-11-30T20:32:02Z tcr quit (Quit: Leaving.) 2014-11-30T20:42:53Z stassats` quit (Ping timeout: 240 seconds) 2014-11-30T20:47:32Z stassats` joined #sbcl 2014-11-30T20:53:30Z attila_lendvai joined #sbcl 2014-11-30T20:53:30Z attila_lendvai quit (Changing host) 2014-11-30T20:53:30Z attila_lendvai joined #sbcl 2014-11-30T20:53:44Z stassats` quit (Ping timeout: 265 seconds) 2014-11-30T21:23:31Z edgar-rft joined #sbcl 2014-11-30T21:30:20Z milosn quit (Remote host closed the connection) 2014-11-30T21:57:19Z djangojames joined #sbcl 2014-11-30T22:04:33Z karswell quit (Read error: Connection reset by peer) 2014-11-30T22:04:46Z karswell joined #sbcl 2014-11-30T23:25:06Z attila_lendvai quit (Quit: Leaving.) 2014-11-30T23:32:37Z djangojames quit (Ping timeout: 240 seconds) 2014-11-30T23:42:51Z davazp joined #sbcl 2014-11-30T23:57:35Z stassats` joined #sbcl 2014-11-30T23:58:39Z stassats`: stack alignment be damned 2014-11-30T23:59:26Z stassats`: apparently gcc decides that it'll be 16-byte aligned, even though on windows it's 4-byte aligned