2014-11-07T00:44:06Z Bicyclidine joined #sbcl 2014-11-07T00:54:20Z Bicyclid1ne joined #sbcl 2014-11-07T00:54:42Z Bicyclidine quit (Read error: Connection reset by peer) 2014-11-07T00:57:41Z Hydan quit (Ping timeout: 260 seconds) 2014-11-07T01:01:09Z Hydan joined #sbcl 2014-11-07T02:05:28Z edgar-rft joined #sbcl 2014-11-07T02:12:20Z Posterdati quit (Ping timeout: 256 seconds) 2014-11-07T02:35:24Z kanru` joined #sbcl 2014-11-07T02:35:31Z kanru quit (Remote host closed the connection) 2014-11-07T03:29:45Z Bicyclid1ne quit (Ping timeout: 264 seconds) 2014-11-07T03:39:32Z christoph_debian quit (Ping timeout: 265 seconds) 2014-11-07T03:52:44Z christoph_debian joined #sbcl 2014-11-07T04:09:23Z Quadrescence joined #sbcl 2014-11-07T04:09:57Z Quadrescence is now known as Guest57804 2014-11-07T04:10:30Z Guest57804 is now known as Quadresce 2014-11-07T04:10:47Z Quadresce quit (Changing host) 2014-11-07T04:10:47Z Quadresce joined #sbcl 2014-11-07T04:14:23Z heddwch quit (Ping timeout: 240 seconds) 2014-11-07T04:15:11Z heddwch joined #sbcl 2014-11-07T05:05:00Z pranavrc joined #sbcl 2014-11-07T05:05:00Z pranavrc quit (Changing host) 2014-11-07T05:05:00Z pranavrc joined #sbcl 2014-11-07T05:10:06Z oleo__ is now known as oleo 2014-11-07T05:12:08Z Quadresce quit (Quit: Leaving) 2014-11-07T05:28:59Z gingerale joined #sbcl 2014-11-07T05:36:01Z oleo__ joined #sbcl 2014-11-07T05:37:25Z oleo is now known as Guest74485 2014-11-07T05:38:04Z Guest74485 quit (Ping timeout: 255 seconds) 2014-11-07T05:38:43Z oleo__ quit (Read error: Connection reset by peer) 2014-11-07T05:40:07Z oleo__ joined #sbcl 2014-11-07T05:40:34Z oleo__ is now known as oleo 2014-11-07T05:54:54Z oleo quit (Quit: Verlassend) 2014-11-07T06:03:16Z gingerale quit (Ping timeout: 244 seconds) 2014-11-07T06:32:27Z attila_lendvai joined #sbcl 2014-11-07T06:33:22Z attila_lendvai quit (Client Quit) 2014-11-07T07:16:07Z slyrus joined #sbcl 2014-11-07T08:45:05Z Hydan quit (Quit: ZNC - http://znc.in) 2014-11-07T08:45:46Z Hydan joined #sbcl 2014-11-07T09:16:26Z Posterdati joined #sbcl 2014-11-07T09:44:24Z carvite quit (Ping timeout: 244 seconds) 2014-11-07T09:49:23Z carvite joined #sbcl 2014-11-07T10:17:29Z stassats joined #sbcl 2014-11-07T10:18:11Z stassats: so, it takes 12 minutes to build on POWER8, compared to 3 on the latest intel 2014-11-07T10:18:29Z stassats: not sure what it tells, maybe that SBCL isn't that well optimized for ppc 2014-11-07T10:20:39Z stassats: and this is weird, power7 is 10 minutes 2014-11-07T10:21:23Z ams: some caching differences? 2014-11-07T10:21:46Z stassats: 100 MHz difference, but i would expect new arch to account for that 2014-11-07T10:22:04Z stassats: maybe they are just optimized for a lot of threads instead 2014-11-07T10:22:46Z ams: i usually blame it on disks .. but uhm, yeah .. 2014-11-07T10:26:26Z stassats: something silly, like computing a factorial: 5 seconds on power8, 2.5 seconds on power7 2014-11-07T10:26:39Z stassats: maybe power8 is just bad with 32-bit code? 2014-11-07T10:27:06Z ams: modify the code to use 64 bit numbers, and see what happens? 2014-11-07T10:27:20Z stassats: "a year later" 2014-11-07T10:27:58Z ams: .. shouldn't be to hard .. 2014-11-07T10:28:22Z ams: can't you take the compiled functiuon, modify it to use 64 bit regs, and insns, and load that, and .. :-) 2014-11-07T10:28:41Z ams: or even write it manually .. 2014-11-07T10:39:13Z attila_lendvai joined #sbcl 2014-11-07T10:39:13Z attila_lendvai quit (Changing host) 2014-11-07T10:39:13Z attila_lendvai joined #sbcl 2014-11-07T11:32:50Z kanru joined #sbcl 2014-11-07T11:45:17Z stassats quit (Ping timeout: 245 seconds) 2014-11-07T12:12:11Z eudoxia joined #sbcl 2014-11-07T12:12:11Z prxq joined #sbcl 2014-11-07T12:48:30Z eudoxia quit (Quit: Lost terminal) 2014-11-07T13:00:27Z loke_ joined #sbcl 2014-11-07T13:14:49Z DGASAU quit (Ping timeout: 245 seconds) 2014-11-07T13:14:49Z DGASAU` joined #sbcl 2014-11-07T13:17:38Z DGASAU` is now known as DGASAU 2014-11-07T13:36:49Z pranavrc quit 2014-11-07T13:39:16Z stassats joined #sbcl 2014-11-07T13:47:06Z attila_lendvai quit (Quit: Leaving.) 2014-11-07T13:53:08Z oleo joined #sbcl 2014-11-07T14:03:32Z pkhuong: stassats: single threaded? do we conditionalise out the barriers in allocation routines? 2014-11-07T14:05:10Z stassats: i think it has something to do with dynamic SMT partition, it can be configured to throw more resources on a single thread 2014-11-07T14:05:16Z stassats: or partition them across 8 threads 2014-11-07T14:06:48Z pkhuong: that sounds likely 2014-11-07T14:07:12Z stassats: and i don't think i can control that bit 2014-11-07T14:10:13Z stassats: but i guess threaded benchmarks would be interesting 2014-11-07T14:10:21Z stassats: scaling to 160 threads... 2014-11-07T14:15:01Z stassats: haven't tried running tests yet, but i don't think we used that much threads for tests 2014-11-07T14:27:08Z loke_ quit (Ping timeout: 265 seconds) 2014-11-07T14:28:55Z loke_ joined #sbcl 2014-11-07T14:29:40Z loke_ quit (Read error: Connection reset by peer) 2014-11-07T14:30:26Z loke_ joined #sbcl 2014-11-07T14:35:36Z eudoxia joined #sbcl 2014-11-07T14:37:21Z loke_ quit (Ping timeout: 244 seconds) 2014-11-07T14:54:05Z eudoxia quit (Quit: Lost terminal) 2014-11-07T15:01:35Z loke_ joined #sbcl 2014-11-07T15:03:35Z loke_ left #sbcl 2014-11-07T15:03:44Z loke_ joined #sbcl 2014-11-07T15:18:35Z pkhuong: and we don't need 160 threads to tell us we have tons of races on PPC (: 2014-11-07T15:25:43Z stassats: eeh, i'd love to port to ppc64, but not enough time 2014-11-07T15:25:52Z stassats: and i guess an arm64 port is more important 2014-11-07T15:26:22Z stassats waits for nexus 9 to become available 2014-11-07T15:26:36Z stassats: and then for a 64-bit linux chroot 2014-11-07T15:30:19Z Krystof: I got an arm64 qemu thing booting a couple of months ago 2014-11-07T15:32:23Z stassats: i prefer real hardware 2014-11-07T15:32:39Z stassats: besides, nexus 9 sounds like a nice upgrade for my old nexus 7 2014-11-07T15:37:30Z Krystof: it is 2 bigger 2014-11-07T15:37:48Z foom: And everyone knows, bigger = better, right? 2014-11-07T15:38:32Z stassats: and 64 is larger than 32 as well 2014-11-07T15:38:47Z foom: Apple has been on an ad blitz lately telling everyone that giant phones are the best thing ever. I wonder what the upper limit for phone size really is. :) 2014-11-07T15:39:10Z foom: I thought 5" was surely the biggest they could go. 2014-11-07T15:41:01Z stassats: 7" seems to be the limit 2014-11-07T15:43:26Z foom: We'll see next year. They've been growing bigger every year, so far. 2014-11-07T15:44:19Z pkhuong: smaller tablets are simultaneously The Thing 2014-11-07T15:44:39Z pkhuong: I'm more interested in the cross-over point when phones will be as big as tablets myself ;) 2014-11-07T15:45:26Z Krystof <- still smartphone- and tablet-free 2014-11-07T15:45:55Z stassats: luddite! 2014-11-07T15:52:35Z loke_: Krystof: Why? 2014-11-07T15:53:19Z Krystof: because I find the level of intrusion that they entail vastly outweighs the value I perceive they bring 2014-11-07T15:57:32Z gingerale joined #sbcl 2014-11-07T15:57:57Z loke_ quit (Read error: Connection reset by peer) 2014-11-07T15:58:16Z loke_ joined #sbcl 2014-11-07T16:41:49Z krzysz00 quit (Ping timeout: 255 seconds) 2014-11-07T16:41:53Z stassats quit (Remote host closed the connection) 2014-11-07T16:42:23Z stassats joined #sbcl 2014-11-07T16:52:23Z rpg joined #sbcl 2014-11-07T16:58:12Z jackdaniel quit (Ping timeout: 245 seconds) 2014-11-07T17:00:57Z loke_ quit (Remote host closed the connection) 2014-11-07T17:04:23Z krzysz00 joined #sbcl 2014-11-07T17:19:55Z rjmacready_ joined #sbcl 2014-11-07T17:22:19Z rjmacready_ quit (Quit: Page closed) 2014-11-07T17:55:29Z krzysz00 quit (Ping timeout: 260 seconds) 2014-11-07T17:57:58Z oleo quit (Ping timeout: 250 seconds) 2014-11-07T17:59:23Z kuimacro joined #sbcl 2014-11-07T17:59:42Z kuimacro left #sbcl 2014-11-07T18:05:30Z oleo joined #sbcl 2014-11-07T18:16:48Z krzysz00 joined #sbcl 2014-11-07T18:33:42Z krzysz00 quit (Ping timeout: 265 seconds) 2014-11-07T18:46:22Z stassats quit (Ping timeout: 240 seconds) 2014-11-07T18:58:39Z jackdaniel joined #sbcl 2014-11-07T19:02:09Z krzysz00 joined #sbcl 2014-11-07T19:13:16Z slyrus quit (Ping timeout: 265 seconds) 2014-11-07T19:42:45Z krzysz00 quit (Ping timeout: 250 seconds) 2014-11-07T19:53:53Z milosn quit (Ping timeout: 258 seconds) 2014-11-07T19:54:54Z milosn joined #sbcl 2014-11-07T19:55:18Z qbit quit (Quit: leaving) 2014-11-07T19:55:39Z qbit joined #sbcl 2014-11-07T19:56:03Z qbit is now known as Guest31676 2014-11-07T19:56:42Z Guest31676 is now known as qbit 2014-11-07T20:38:38Z Bicyclidine joined #sbcl 2014-11-07T20:57:27Z stassats joined #sbcl 2014-11-07T21:04:51Z stassats quit (Remote host closed the connection) 2014-11-07T21:20:09Z stassats joined #sbcl 2014-11-07T21:20:18Z stassats: so many compiler bugs 2014-11-07T21:25:25Z angavrilov_ quit (Remote host closed the connection) 2014-11-07T21:42:00Z gingerale quit (Ping timeout: 250 seconds) 2014-11-07T22:04:47Z Bicyclidine quit (Ping timeout: 244 seconds) 2014-11-07T22:08:34Z Hache_ joined #sbcl 2014-11-07T22:10:16Z Bicyclidine joined #sbcl 2014-11-07T22:45:05Z stassats quit (Ping timeout: 272 seconds) 2014-11-07T22:45:25Z Bicyclidine quit (Ping timeout: 255 seconds) 2014-11-07T22:57:56Z krzysz00 joined #sbcl 2014-11-07T23:07:24Z Bicyclidine joined #sbcl 2014-11-07T23:10:54Z prxq quit (Ping timeout: 256 seconds) 2014-11-07T23:25:27Z Bicyclid1ne joined #sbcl 2014-11-07T23:28:34Z Bicyclidine quit (Ping timeout: 264 seconds) 2014-11-07T23:59:13Z Bicyclid1ne quit (Ping timeout: 258 seconds)