JDK 24 |
---|
24 b14Fixed |
DirectCodeBuilder instruction writing are currently writing via intermediate object creation, which brings extra allocations and calls. We should eliminate those allocations and make DCB write through, which is the overwhelming majority of usages of DirectCodeBuilder.
|