Re: Record classfile and runtime API

2019-09-01 Thread Remi Forax
sorry wrong list. Rémi - Mail original - > De: "Remi Forax" > À: "valhalla-spec-experts" > Envoyé: Dimanche 1 Septembre 2019 17:27:13 > Objet: Record classfile and runtime API > Hi all, > i think the current generated classfile bytecodes can be i

Record classfile and runtime API

2019-09-01 Thread Remi Forax
Hi all, i think the current generated classfile bytecodes can be improved. For a record Point(int x, int y) { } The classfile contains: - a specific class attribute Record Record: int x; descriptor: I int y; descriptor: I which allows compiler separate compilatio