|
What is the difference between regular and macro implementation of the bin ops? |
Answered by
pityka
May 15, 2022
Replies: 1 comment
|
The macro inlines the operation. edit: |
0 replies
Answer selected by
tnielens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The macro inlines the operation.
edit:
This was developed to avoid megamorphic call sites. There is a benchmark for this in the source tree.