We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beautiful_logger has an inlining cache feature which means we can turn the megamorphic virtual calls in parameter list into MethodHandles.
https://github.com/forax/beautiful_logger/blob/master/src/main/java/com.github.forax.beautifullogger/com/github/forax/beautifullogger/LoggerImpl.java#L308
https://github.com/dynamid/jooflux/blob/master/src/main/java/fr/insalyon/telecom/jooflux/internal/InlineCacheCallSite.java
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/
http://wiki.jvmlangsummit.com/images/9/93/2011_Forax.pdf
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
beautiful_logger has an inlining cache feature which means we can turn the megamorphic virtual calls in parameter list into MethodHandles.
https://github.com/forax/beautiful_logger/blob/master/src/main/java/com.github.forax.beautifullogger/com/github/forax/beautifullogger/LoggerImpl.java#L308
https://github.com/dynamid/jooflux/blob/master/src/main/java/fr/insalyon/telecom/jooflux/internal/InlineCacheCallSite.java
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/
http://wiki.jvmlangsummit.com/images/9/93/2011_Forax.pdf
The text was updated successfully, but these errors were encountered: