-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LoopVersioner changes for OffHeap support
Teaches LoopVersioner about dataAddr loads Whenever we see a dataAddrPointer; all tests gets generated, for null and array type, to use the child of the aloadi tree. Fix `depsForLoopEntryPrep` tree pattern matching to allow for array accesses to the 1st element using the dataAddrPointer, as that case does not have an offset tree. Fixing `requiresPrivatization()` to return false for dataAddr nodes as they are internal-pointers. Getting `childInRequiredForm` for the offheap case accessed the wrong node with an extra `getFirstChild()` at the end. Signed-off-by: Abdulrahman Alattas <[email protected]>
- Loading branch information
Showing
1 changed file
with
127 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters