<< 29-07-2013 >>

00:16:54*DAddYE joined #nimrod
01:34:32*DAddYE quit (Ping timeout: 256 seconds)
02:04:05*q66 quit (Quit: Leaving)
04:12:27*Endeg joined #nimrod
04:15:52*OrionPK quit (Quit: Leaving)
04:16:07*DAddYE joined #nimrod
04:47:06*xilo quit (Ping timeout: 246 seconds)
05:02:59*DAddYE quit (Remote host closed the connection)
05:06:49*DAddYE_ joined #nimrod
05:11:07*DAddYE_ quit (Ping timeout: 246 seconds)
05:51:55*DAddYE joined #nimrod
06:55:13DAddYEcongrats Araq: https://github.com/DAddYE/node.nim#how-fast-it-is
06:58:24DAddYEcongrats Araq: https://github.com/DAddYE/node.nim#how-fast-is-it
07:03:20*Araq_ joined #nimrod
07:20:55*DAddYE quit (Remote host closed the connection)
07:21:02*DAddYE joined #nimrod
07:23:05*Araq_ quit (Read error: Connection timed out)
07:23:36*Araq_ joined #nimrod
07:33:25*DAddYE quit (Ping timeout: 248 seconds)
08:38:49*Araq_ quit (Remote host closed the connection)
08:55:25*Associat0r quit (Quit: Associat0r)
09:22:05*Araq_ joined #nimrod
10:02:58*Araq_ quit (Quit: ChatZilla 0.9.90.1 [Firefox 22.0/20130618035212])
10:03:30dom96'morning
10:15:03*EXetoC joined #nimrod
10:50:46*Araq_ joined #nimrod
11:02:50*q66 joined #nimrod
11:34:14*Associat0r joined #nimrod
11:34:14*Associat0r quit (Changing host)
11:34:14*Associat0r joined #nimrod
12:15:45*tumak_ quit (Ping timeout: 264 seconds)
12:15:53*tumak joined #nimrod
13:18:43*Endy joined #nimrod
13:52:40*Araq_ quit (Quit: ChatZilla 0.9.90.1 [Firefox 22.0/20130618035212])
14:05:46*xilo joined #nimrod
15:17:14*[1]Endy joined #nimrod
15:20:26*Endy quit (Ping timeout: 256 seconds)
15:20:26*[1]Endy is now known as Endy
16:18:13*BitPuffin joined #nimrod
16:34:57*DAddYE joined #nimrod
16:39:09DAddYEmorning
16:58:26EXetoChi
17:47:24dom96hello
17:53:42EXetoCåäö!
18:20:53*Sergio965 joined #nimrod
18:21:36dom96DAddYE: great job on those benchmarks btw :)
18:21:56DAddYEdom96: thanks!
18:22:16DAddYEnothing scientific just to get an idea
18:22:31DAddYEhow much faster than go we are hahaha
18:22:50dom96:D
18:39:18*Endy quit (Ping timeout: 245 seconds)
18:52:51*Endy joined #nimrod
20:33:59*Mat2 joined #nimrod
20:34:03Mat2hello
20:35:02Araqhi Mat2
20:35:47AraqI skimmed your VM somewhat more and wonder why you don't have a pletora of load/store instructions
20:36:01Araqdoes Forth lack arrays? ;-)
20:36:10Mat2hi Araq
20:38:37Mat2instruction bundling makes special (indexed) load-store operations needless
20:39:14Araqplease explain
20:40:10Mat2in a canonical MISC design exist only one instruction for immediate-pushes onto the data stack (LIT)
20:40:38Mat2all other instructions operate with the top-of-stack
20:41:21Mat2so indexed addressing (a stack-frame for example) ofen looks like this:
20:41:49Mat2LI address, over offset, add, ld
20:42:22Mat2this build up exact one combined opcode in my vm
20:43:06Mat2dependent on dispatching up to 16 instructions can be executed in one interpreter iteration
20:43:28Araqhmm must have missed that 'ld' instruction
20:44:06Mat2yes
20:45:06Mat2think of my vm as some kind of VLIW design in software
20:47:15Mat2^often
20:49:00Mat2there are some similarities (like instruction-bundling, seperation of instruction and immediate parameters, only one unified code format)
20:51:04Mat2the main difference is that VLIW architectures bundles instructions for different execution-units where in my vm each slot addresses one unified virtual one
20:51:37Araqyeah got it
20:52:33Mat2I have a mode where each slot (consisting of two bundled instructions) is executed parallel for supporting fine-grained multiporcessing but is is then up to the compiler to pack independent opcodes
20:52:47Mat2^multiprozessing
20:53:35Mat2(each slot addresses private data and return stacks of course, memory accesses are serialized round-robin)
20:54:58Araqthat shouldn't help :P
20:55:25Mat2its an experiment
20:55:38Araqrunning memory accesses in parallel is where the gain comes from on modern CPUs I guess
20:56:53*Trix[a]r_za is now known as Trixar_za
20:57:08Mat2there is an interesting measurements published in the last C't which proves you right
20:57:42Mat2however, I have added this mode because some MCUs like the propeller chip is working in this scheme
20:59:53*Endy quit (Ping timeout: 240 seconds)
21:02:14EXetoCthe last what?
21:04:34Mat2C't (Computer & Technik). An traditional computer magazine in Germany for computer enthusiasts
21:05:05Mat2(somewhat similar to the byte magazin in the US)
21:13:24*Associat0r quit (Quit: Associat0r)
21:29:18*BitPuffin quit (Ping timeout: 245 seconds)
21:34:11*Sergio965 quit (Ping timeout: 268 seconds)
21:35:58*Mat2 found these article: http://scottlocklin.wordpress.com/2013/07/28/ruins-of-forgotten-empires-apl-languages/
21:40:18Mat2get some sleep, ciao
21:40:34*Mat2 quit (Quit: Verlassend)
21:52:36NimBotAraq/Nimrod master 11b5080 Araq [+0 ±2 -0]: 'nimrod pretty' command: next steps
21:52:36NimBotAraq/Nimrod master fa496b3 Araq [+0 ±2 -0]: 'nimrod pretty': next steps, doesn't work yet
22:03:54*OrionPK joined #nimrod
23:36:23*XAMPP quit (Ping timeout: 245 seconds)
23:48:23*XAMPP joined #nimrod