Vicente Romero Zaldivar
Vicente Romero Zaldivar
just curious: is there any performance degradation in the compilation time while compiling `long` test cases?
> > just curious: is there any performance degradation in the compilation time while compiling `long` test cases? > > I tried with a switch with 512+1 cases (record pattern...
side, although not related to this patch I think that the parser generated error messages the compiler issues for code like: ``` record Box(Object... o) {} class Test { private...
not strictly related to this patch but for this code: ``` record Box(Object o) {} class Test { private int test(Object obj) { return switch (obj) { case Box(String s)...
another side comment but given that we are retouching this code, I'm seeing that TransPatterns is a phase that is run always regardless of the presence or not of patterns....
CSR needed I guess
> @vicente-romero-oracle , can you review the CSR for this? Thanks. sure, I added some suggestions in a comment in the CSR
> @vicente-romero-oracle thank you for the feedback. As I don't have a JBS account, I can't incorporate it myself. @TheShermanTanker could you do that for me as you created the...