[K/N][Runtime] Support equality and hashcode for stacktraces

This commit is contained in:
Ilya Matveev
2022-01-17 19:39:12 +07:00
committed by Space
parent 1cb509d529
commit c35b8342d8
5 changed files with 302 additions and 11 deletions
+5 -1
View File
@@ -128,7 +128,11 @@ the Kotlin IntelliJ IDEA plugin:
- Path: libraries/stdlib/wasm/src/kotlin/math/fdlibm/
- License: SUN ([license/third_party/sun_license.txt][sun])
- Origin: Copyright (C) 1993 by Sun Microsystems, Inc.
- Path: kotlin-native/runtime/src/main/cpp/Utils.cpp
- License: Boost Software License 1.0 ([license/third_party/boost_LICENSE.txt][boost])
- Origin: Derived from boost hash functions, Copyright 2005-2014 Daniel James
## Kotlin Test Data
The following source code is used for testing the Kotlin compiler and/or plugin and is not incorporated into