Use inlining cache
wsargent opened this issue · 0 comments
wsargent commented
beautiful_logger has an inlining cache feature which means we can turn the megamorphic virtual calls in parameter list into MethodHandles.
https://gist.github.com/forax/5876d900cad800d3445f7a07d2daef52
Discussion: google/flogger#21 (comment)
This appears to be an extension of the JSR-292 cookbook:
https://code.google.com/archive/p/jsr292-cookbook/