You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _registerSaveDescription field in J9Instruction.hpp is no longer used, and neither are its getters and setters. Remove them.
There is an identical field in the parent OMRInstruction.hpp that is also no longer used (see issue eclipse-omr/omr#4350). Between these two issues, we can save 16 bytes per Instruction.
The text was updated successfully, but these errors were encountered:
Remove field, which is no longer in use
Remove getters and setters for this field
Fixeseclipse-openj9#7203
Signed-off-by: Aidan Ha <qbha@edu.uwaterloo.ca>
The
_registerSaveDescription
field inJ9Instruction.hpp
is no longer used, and neither are its getters and setters. Remove them.There is an identical field in the parent OMRInstruction.hpp that is also no longer used (see issue eclipse-omr/omr#4350). Between these two issues, we can save 16 bytes per Instruction.
The text was updated successfully, but these errors were encountered: