started playing around with update asm to 9.3 in L...
# lucee
z
started playing around with update asm to 9.3 in Lucee (which is used to generate bytecode) I'm way out of my depth with java here, https://luceeserver.atlassian.net/browse/LDEV-4143 but I did find @seancorfield’s had commented on a related bug I've hit
g
this could improve performance for byte code creation ?
z
potentially, it opens up the possibility to generate more modern bytecode. we currently still support 1.8 upwards but we generate older bytecode (from memory)
anyway it should make working with bytecode easier as all the docs are relevant and any older bugs are solved