-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
None
A small optimization to reduce CodeSize, codeSize reduced from 164 to 140.
Use local currentFrame to avoid multiple getfield
Use decStack instead of popStack to reduce array access in popStack
Call Util.fieldTypeSymbol to pass in type instead of nameAndType
Use local currentFrame to avoid multiple getfield
Use decStack instead of popStack to reduce array access in popStack
Call Util.fieldTypeSymbol to pass in type instead of nameAndType
- links to
-
Commit(master) openjdk/jdk/f8db3a83
-
Review(master) openjdk/jdk/21345