Page MenuHomeSolus

Update kotlin-native to 1.4.0
ClosedPublic

Authored by serebit on Aug 13 2020, 9:43 PM.
Tags
None
Referenced Files
F11004435: D9441.diff
Tue, Aug 1, 1:27 AM
F10974898: D9441.id.diff
Sat, Jul 22, 2:48 AM
F10938058: D9441.id22768.diff
Thu, Jul 13, 10:20 AM
F10932963: D9441.id22754.diff
Jul 12 2023, 4:46 AM
F10918871: D9441.id22754.diff
Jul 9 2023, 12:00 AM
F10890992: D9441.id22768.diff
Jun 28 2023, 7:50 PM
F10890817: D9441.id23068.diff
Jun 28 2023, 5:21 PM
F10886572: D9441.diff
Jun 26 2023, 12:21 AM

Details

Summary

Summarized Changelog:

  • Improved cinterop compilation times significantly
  • Added native-specific frontend checkers for some annotations
  • Added experimental mimalloc allocator support
  • Various fixes to compiler caches and Gradle daemon usage
  • Tuned the garbage collector for improved runtime performance

The full changelog is available here.

In addition to these changes, the JDK shim scripts in /usr/bin have been replaced with symlinks, and the Kotlin/Native scripts themselves have been directly patched to use JDK 11 by default.

Test Plan

Rebuild Wraith Master

Diff Detail

Repository
R4853 kotlin-native
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

livingsilver94 added inline comments.
package.yml
46–47

Use install -dm00755 $installdir/usr/bin instead of mkdir.

Strip empty paths and use better practices with buildscript

JoshStrobl added a reviewer: DataDrake.
JoshStrobl added subscribers: DataDrake, JoshStrobl.

Modified summary. Please use bold not header level 4. Assigning @DataDrake for review.

This revision is now accepted and ready to land.Sep 2 2020, 1:52 PM
This revision was automatically updated to reflect the committed changes.