-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
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
Classfile Morphism #1297
Classfile Morphism #1297
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1297 +/- ##
============================================
+ Coverage 83.46% 83.62% +0.16%
- Complexity 4262 4371 +109
============================================
Files 388 395 +7
Lines 12353 12672 +319
Branches 1429 1449 +20
============================================
+ Hits 10310 10597 +287
- Misses 1290 1304 +14
- Partials 753 771 +18 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't done reading everything yet
This PR introduces a morphism that targets jvm bytecode, which is much more efficient than java source code. However, jvm bytecode is so low-level and will have a lot of potential problems. We need more tests on this.
I also need more advice about bytecode generation.