Index

Show enters and exits. Hide enters and exits.

00:15:00dwaiteC++ is pain
00:15:18dwaiteit is something I'm extremely good on, yet never list on my resume
00:23:04DefilerYeah, don't walk into any land mines, at least not on purpose
00:27:43Zoxcwee, mirb works with the boehm gc package in the ubuntu repo :D
01:15:18fynnbrixen: btw, why did Rubinius switch from the stackless model to the stack-based one?
18:28:43dbussinkevan: 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:28dbussinkevan: and i've found some stuff that i believe is cruft, but i could be very wrong :P
20:00:21boyscoutAdd stack locals, fix current exception logic - a609348 - Evan Phoenix
20:03:34fynnhey, I was wondering why Rubinius switch from the initial stackless model to to a stack-based one.
20:04:50rueBecause it is faster, and makes the JIT easier
20:04:57dbussinkfynn: afaik it was mainly performance
20:06:24fynnyeah, 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:49fynnanyways, should probably wait for evan's JIT post :)
20:43:22rueIt is already implemented