Show enters and exits. Hide enters and exits.
| 00:15:00 | dwaite | C++ is pain |
| 00:15:18 | dwaite | it is something I'm extremely good on, yet never list on my resume |
| 00:23:04 | Defiler | Yeah, don't walk into any land mines, at least not on purpose |
| 00:27:43 | Zoxc | wee, mirb works with the boehm gc package in the ubuntu repo :D |
| 01:15:18 | fynn | brixen: btw, why did Rubinius switch from the stackless model to the stack-based one? |
| 18:28:43 | dbussink | evan: i've been playing a bit with the internals by adding some opts for multiplication, but i wonder how useful it is to really add it |
| 18:29:28 | dbussink | evan: and i've found some stuff that i believe is cruft, but i could be very wrong :P |
| 20:00:21 | boyscout | Add stack locals, fix current exception logic - a609348 - Evan Phoenix |
| 20:03:34 | fynn | hey, I was wondering why Rubinius switch from the initial stackless model to to a stack-based one. |
| 20:04:50 | rue | Because it is faster, and makes the JIT easier |
| 20:04:57 | dbussink | fynn: afaik it was mainly performance |
| 20:06:24 | fynn | yeah, makes sense. though I was under the vague impression that for the kind of JIT Rubinius intends on implementing, the difference would not be great. |
| 20:06:49 | fynn | anyways, should probably wait for evan's JIT post :) |
| 20:43:22 | rue | It is already implemented |