MRI: some minor optimizations #16
No reviewers
Labels
No labels
RGSS accuracy
bug
compilation
discussion
documentation
duplicate
enhancement
invalid
performance issue
port request
question
ruby incompatibility
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MapleShrine/mkxp#16
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "mri-minor-optimizations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just some random tiny issues I found while reading the code. I probably should've put an explanation for each one of them in the commit message but (I forgot it and) I think the changes are straight forward (if you have some basic CRuby knowledge).
Yeah, looks good. I didn't know
rb_type
was an inlined function (just assumed a macro'ed struct accessor like in mruby), good to know.Thank you.