All three JNode compilers (l1a, l1b, l2) ✅ PASS for iconst_4 spec compliance#560
Open
opencode-agent[bot] wants to merge 1 commit into
Open
All three JNode compilers (l1a, l1b, l2) ✅ PASS for iconst_4 spec compliance#560opencode-agent[bot] wants to merge 1 commit into
opencode-agent[bot] wants to merge 1 commit into
Conversation
…pliance Co-authored-by: LSantha <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Spec compliance report
Details
l1a Implementation
core/src/core/org/jnode/vm/x86/compiler/l1a/X86BytecodeVisitor.java:2161,core/src/core/org/jnode/vm/x86/compiler/l1a/ItemFactory.java:61,core/src/core/org/jnode/vm/x86/compiler/l1a/IntItem.java:60,core/src/core/org/jnode/vm/x86/compiler/l1a/Item.java:250Analysis:
handler.visit_iconst(4)l1b Implementation
core/src/core/org/jnode/vm/x86/compiler/l1b/X86BytecodeVisitor.java:2604,core/src/core/org/jnode/vm/x86/compiler/l1b/ItemFactory.java:56,core/src/core/org/jnode/vm/x86/compiler/l1b/IntItem.java:61,core/src/core/org/jnode/vm/x86/compiler/l1b/Item.java:235Analysis:
l2 Implementation
core/src/core/org/jnode/vm/compiler/ir/IRGenerator.java:275,core/src/core/org/jnode/vm/x86/compiler/l2/GenericX86CodeGenerator.java:241,core/src/core/org/jnode/vm/compiler/ir/IntConstant.java:26Analysis:
JVM Spec References
intconstanticonst_<i>iconst_4= 7 (0x7)...→..., <i>intconstant<i>(-1, 0, 1, 2, 3, 4 or 5) onto the operand stackbipush <i>except operand is implicitCloses #306
opencode session | github run