Skip to content

Changes

Summary

  1. Delete now-unnecessary TR_Removed*Guard guard kinds (commit: e183807) (details)
Commit e183807923d8e0dc98e1b203ae18312e67fd4d61 by Devin Papineau
Delete now-unnecessary TR_Removed*Guard guard kinds

AOT now takes care of generating the TR_Inlined*Method relocations for
inlined methods without corresponding guards, so we can remove guards
without creating stand-ins.
(commit: e183807)
The file was modified compiler/codegen/OMRAheadOfTimeCompile.cpp (diff)
The file was modified compiler/compile/VirtualGuard.hpp (diff)
The file was modified compiler/optimizer/LocalOpts.cpp (diff)
The file was modified compiler/optimizer/OMROptimization.cpp (diff)
The file was modified compiler/optimizer/VPHandlers.cpp (diff)
The file was modified compiler/optimizer/LoopVersioner.cpp (diff)
The file was modified compiler/codegen/OMRCodeGenerator.hpp (diff)
The file was modified compiler/codegen/OMRCodeGenerator.cpp (diff)