00:04:56 Adlai [n=Adlai@unaffiliated/adlai] has joined #ccl 00:11:42 -!- leo2007 [n=leo@cpc1-cmbg13-0-0-cust936.cmbg.cable.ntl.com] has quit ["rcirc on GNU Emacs 23.1.50.1"] 00:36:12 -!- palter [n=palter@c-24-128-76-188.hsd1.ma.comcast.net] has quit [] 01:14:26 palter [n=palter@c-24-128-76-188.hsd1.ma.comcast.net] has joined #ccl 01:25:21 -!- Adlai is now known as Adlai` 01:25:24 -!- Adlai` is now known as Adlai 02:40:20 -!- mdc_mobile [n=mdc_mobi@ds9.entity.com] has quit [] 02:56:42 PuffTheMagic_ [n=quassel@unaffiliated/puffthemagic] has joined #ccl 03:01:53 -!- alms [n=alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [] 03:14:24 palter_ [n=palter@c-24-128-76-188.hsd1.ma.comcast.net] has joined #ccl 03:14:24 -!- palter [n=palter@c-24-128-76-188.hsd1.ma.comcast.net] has quit [Read error: 104 (Connection reset by peer)] 03:14:29 -!- palter_ is now known as palter 03:17:31 alms [n=alms@146.115.42.237] has joined #ccl 03:46:37 lpolzer_ [n=lpolzer@88.73.197.206] has joined #ccl 03:49:16 -!- mdc [n=mdc@ds9.entity.com] has quit [Read error: 110 (Connection timed out)] 03:49:32 -!- palter [n=palter@c-24-128-76-188.hsd1.ma.comcast.net] has quit [] 03:54:15 -!- lpolzer [n=lpolzer@88.73.197.21] has quit [Read error: 145 (Connection timed out)] 03:54:25 mdc [n=mdc@ds9.entity.com] has joined #ccl 05:54:55 -!- lisppaste5 [n=lisppast@common-lisp.net] has quit [Read error: 60 (Operation timed out)] 06:00:43 -!- rme [n=rme@pool-70-105-92-209.chi.dsl-w.verizon.net] has quit [] 10:53:28 lispm [n=joswig@e177151171.adsl.alicedsl.de] has joined #ccl 11:05:35 -!- joswig [n=joswig@f054054118.adsl.alicedsl.de] has quit [Read error: 110 (Connection timed out)] 11:42:05 lisppaste5 [n=lisppast@common-lisp.net] has joined #ccl 12:03:26 -!- sellout [n=greg@c-24-128-50-176.hsd1.ma.comcast.net] has quit [] 12:18:39 -!- lispm [n=joswig@e177151171.adsl.alicedsl.de] has quit [] 12:26:37 -!- alms [n=alms@146.115.42.237] has quit [] 12:44:30 sellout [n=greg@static-72-85-235-154.bstnma.east.verizon.net] has joined #ccl 14:05:45 palter [n=palter@static-72-85-235-154.bstnma.east.verizon.net] has joined #ccl 14:13:17 anRch [n=markmill@nmd.sbx07269.sauguma.wayport.net] has joined #ccl 14:17:05 milanj [n=milan@77.46.210.155] has joined #ccl 15:04:26 rme [n=rme@pool-70-105-92-209.chi.dsl-w.verizon.net] has joined #ccl 15:45:57 -!- anRch [n=markmill@nmd.sbx07269.sauguma.wayport.net] has quit [] 16:05:05 alms [n=alms@static-72-85-235-154.bstnma.east.verizon.net] has joined #ccl 16:56:22 -!- palter [n=palter@static-72-85-235-154.bstnma.east.verizon.net] has quit [] 16:59:49 -!- gbyers [n=gb@c-68-35-15-143.hsd1.nm.comcast.net] has quit [Read error: 110 (Connection timed out)] 17:38:16 -!- alms [n=alms@static-72-85-235-154.bstnma.east.verizon.net] has quit [] 17:44:49 anRch [n=markmill@63.112.11.66] has joined #ccl 17:45:38 palter [n=palter@static-72-85-235-154.bstnma.east.verizon.net] has joined #ccl 17:47:53 alms [n=alms@static-72-85-235-154.bstnma.east.verizon.net] has joined #ccl 17:56:54 gbyers [n=gb@c-68-35-15-143.hsd1.nm.comcast.net] has joined #ccl 18:09:20 rme: can I ask a question about your CLOS implementation? I'm wondering what sort of stuff you do to make dispatch fast. I read through the code for a bit and saw what seems to be using different algos depending on what you know about particular genfuns, and something to do with dcodes (I'm not sure how dcodes work...) 18:11:06 I only have a vague idea of how it works. Someone else (gz, gbyers,) would be better at explaining it. 18:11:19 rme: thanks! 18:13:29 gz gbyers: ping? 18:31:07 -!- sellout [n=greg@static-72-85-235-154.bstnma.east.verizon.net] has quit [] 18:32:01 -!- anRch [n=markmill@63.112.11.66] has quit [] 18:33:28 sykopomp: a message to openmcl-devel might be a better vehicle for your question 18:33:43 sellout [n=greg@static-72-85-235-154.bstnma.east.verizon.net] has joined #ccl 18:34:17 rme: alright. I'll give the code another read and then post up on the ml. Thank you. 18:35:06 How can I tell whether something is getting stack allocated? 18:35:34 or rather -- is it possible to stack allocate the result of calling a function like copy-list or reverse? 18:48:56 The compiler would need special knowledge of copy-list or reverse, and as far as I know, it doesn't. 18:53:18 You could use (let ((x (make-list 100))) ...) , and declare x dynamic extent. That should get you a stack-allocated list of NILs that you could copy stuff into. 20:40:15 -!- milanj [n=milan@77.46.210.155] has quit ["This computer has gone to sleep"] 20:44:48 -!- alms [n=alms@static-72-85-235-154.bstnma.east.verizon.net] has quit [] 20:50:36 milanj [n=milan@77.46.210.155] has joined #ccl 20:58:39 -!- sellout [n=greg@static-72-85-235-154.bstnma.east.verizon.net] has quit [] 21:12:02 rme: just got back. Thanks for the advice -- I notice also that I can pass a variable to make-list there. 21:12:36 so I guess I can make-list, then map-into, and then nreverse... I wonder if that's worth the memory saving. 21:16:12 mdc_mobile [n=mdc_mobi@ip67-152-80-252.z80-152-67.customer.algx.net] has joined #ccl 21:21:22 sellout [n=greg@static-72-85-235-154.bstnma.east.verizon.net] has joined #ccl 21:26:24 anRch [n=markmill@nmd.sbx07258.melroma.wayport.net] has joined #ccl 21:32:12 -!- mdc_mobile [n=mdc_mobi@ip67-152-80-252.z80-152-67.customer.algx.net] has quit [Remote closed the connection] 21:32:16 -!- palter [n=palter@static-72-85-235-154.bstnma.east.verizon.net] has quit [] 21:32:37 mdc_mobile [n=mdc_mobi@67.152.80.252] has joined #ccl 22:00:19 alms [n=alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 22:09:39 -!- milanj [n=milan@77.46.210.155] has quit ["Leaving"] 22:11:53 -!- sellout [n=greg@static-72-85-235-154.bstnma.east.verizon.net] has quit [] 22:19:13 -!- mdc_mobile [n=mdc_mobi@67.152.80.252] has quit [] 22:21:36 mdc_mobile [n=mdc_mobi@ip67-152-80-252.z80-152-67.customer.algx.net] has joined #ccl 22:27:22 -!- anRch [n=markmill@nmd.sbx07258.melroma.wayport.net] has quit [] 22:36:14 -!- alms [n=alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [] 22:45:01 -!- mdc_mobile [n=mdc_mobi@ip67-152-80-252.z80-152-67.customer.algx.net] has quit [] 23:29:18 mdc_mobile [n=mdc_mobi@ip67-152-80-226.z80-152-67.customer.algx.net] has joined #ccl 23:37:33 alms [n=alms@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 23:47:19 -!- billstclair [n=billstcl@dsl-65-219-213-82.taconic.net] has quit [] 23:48:08 billstclair [n=billstcl@dsl-65-219-213-82.taconic.net] has joined #ccl 23:54:51 palter [n=palter@c-24-128-76-188.hsd1.ma.comcast.net] has joined #ccl