[LWorld] Value type array support for C2 (and lots of bug fixes) (original) (raw)
Tobias Hartmann tobias.hartmann at oracle.com
Thu May 17 13:52:31 UTC 2018
- Previous message (by thread): [LWorld] Value type array support for C2 (and lots of bug fixes)
- Next message (by thread): [LWorld] Value type array support for C2 (and lots of bug fixes)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 17.05.2018 15:35, Roland Westrelin wrote:
Then we don't need a null check, right? It's either a ValueTypeNode or the null constant. Instead of the null check, I think we want an assert for a null constant and unconditionally an uncommon trap.
Right, what about that (incremental webrev)? http://cr.openjdk.java.net/~thartmann/valhalla/lworld_arrays/webrev.01/
I've also fixed a too string assert that was triggered when running the compiler tests with -Xcomp.
Thanks, Tobias
- Previous message (by thread): [LWorld] Value type array support for C2 (and lots of bug fixes)
- Next message (by thread): [LWorld] Value type array support for C2 (and lots of bug fixes)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]