tenderlove / ruby-glossary

Just a glossary of terms I've found in Ruby source code
Apache License 2.0
171 stars 8 forks source link

Some Suggesions #4

Open Aesthetikx opened 1 year ago

Aesthetikx commented 1 year ago

Things that I came across, that could be unclear (some I actually know, some I don't)

RBIMPL dvar, gvar, ivar, cvar, local insn, insns _SYMBOL_EXPORT_BEGIN, _SYMBOL_EXPORT_END

ruby/ruby.h could probably be explained

RBasic and RComplex

'memo' used in a few contexts

Maybe these are obvious but: vm gc

Probably a topic for a different project: Fiber, Thread, Ractor JIT, MJIT, and YJIT

:peace_symbol: :heart_decoration:

tenderlove commented 1 year ago

Excellent, thank you! I'll try to add these.