MRI: some minor optimizations #16
No reviewers
Labels
No Label
RGSS accuracy
bug
compilation
discussion
documentation
duplicate
enhancement
invalid
performance issue
port request
question
ruby incompatibility
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MapleShrine/mkxp#16
Loading…
Reference in 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.