Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up references to iiload, iistore, et al. #19489

Open
hzongaro opened this issue May 13, 2024 · 0 comments
Open

Clean up references to iiload, iistore, et al. #19489

hzongaro opened this issue May 13, 2024 · 0 comments

Comments

@hzongaro
Copy link
Member

Once upon a time, the JIT compiler's opcodes had the letter i as a prefix if the operation was indirect — iiload, ibstore, and so on. Those opcodes were renamed to use the letter i as a suffix instead — iiload became iloadi, ilstore became istorei, etc.

Many comments and some trace code in the compiler — in both OpenJ9 and OMR — still refer to the old opcode names. For example, in Tree Simplifier and Inliner. It would be good to correct those lingering references to the old opcode names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant