Skip to content

Commit 60328ca

Browse files
alexmarkovcommit-bot@chromium.org
authored andcommitted
[vm] Restore _getHash/_setHash asm intrinsics
These instrinsics were disabled in https://dart-review.googlesource.com/c/sdk/+/104286/16/runtime/vm/compiler/intrinsifier.cc Change-Id: Ic380f1c598d2add9f43cd3aeed91494362b56ced Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/118642 Reviewed-by: Liam Appelbe <[email protected]> Reviewed-by: Ryan Macnak <[email protected]> Commit-Queue: Alexander Markov <[email protected]>
1 parent 41dd8b5 commit 60328ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/vm/compiler/intrinsifier.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ bool Intrinsifier::Intrinsify(const ParsedFunction& parsed_function,
187187
return compiler->intrinsic_slow_path_label()->IsUnused();
188188
}
189189

190-
#if !defined(TARGET_HASH_IN_OBJECT_HEADER)
190+
#if !defined(HASH_IN_OBJECT_HEADER)
191191
// These two are more complicated on 32 bit platforms, where the
192192
// identity hash is not stored in the header of the object. We
193193
// therefore don't intrinsify them, falling back on the native C++

0 commit comments

Comments
 (0)