Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -317,8 +317,7 @@ public Object getPackedArray(VirtualFrame frame, DynamicObject hash, Object key,
}

@ExplodeLoop
@Specialization(guards = { "isPackedHash(hash)", "isCompareByIdentity(hash)" },
contains = "getConstantIndexPackedArray")
@Specialization(guards = {"isPackedHash(hash)", "isCompareByIdentity(hash)"}, contains = "getConstantIndexPackedArrayByIdentity")
public Object getPackedArrayByIdentity(VirtualFrame frame, DynamicObject hash, Object key,
@Cached("create()") BranchProfile notInHashProfile,
@Cached("create()") BranchProfile useDefaultProfile) {

0 comments on commit 4110f35

Please sign in to comment.