Writing a Ruby compiler bottom up, part 26
Took me about two years, but this part is about adding debug info that gdb can use, and I have a bunch of additional posts written.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Took me about two years, but this part is about adding debug info that gdb can use, and I have a bunch of additional posts written.
Comments
Oh man, I remember reading these back in the day! :) Great to see you’re still going on with them. I should probably revisit them.
Heh. They’re going to start getting more interesting after a few more instalments. While there’s some meat in the next few ones, after that I’m going into debugging techniques and then finally “proper” register allocation, then plugging a few essential holes such as basic Array and Hash support, and then finally another stab at define_method. I have the next few months covered in ready written articles, and a years worth of summaries…
Post a comment