RFR(L): 8205044: [lworld] Interpreter and compiler support for acmp with value type operands (original) (raw)
Roland Westrelin rwestrel at redhat.com
Wed Jul 11 13:09:26 UTC 2018
- Previous message (by thread): RFR(L): 8205044: [lworld] Interpreter and compiler support for acmp with value type operands
- Next message (by thread): RFR(L): 8205044: [lworld] Interpreter and compiler support for acmp with value type operands
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Tobias,
In compile.cpp:
4652 // Return constant false because one operand is a non-null value type 4653 return new CmpINode(phase->intcon(0), phase->intcon(1));
there must be a better way to return always false.
How is the change in callGenerator.cpp related to acmp?
Roland.
- Previous message (by thread): RFR(L): 8205044: [lworld] Interpreter and compiler support for acmp with value type operands
- Next message (by thread): RFR(L): 8205044: [lworld] Interpreter and compiler support for acmp with value type operands
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]