Reduce size of object header by one pointer. (#2432)
This commit is contained in:
@@ -6,7 +6,7 @@ fun String.parseKonanAbiVersion(): KonanAbiVersion {
|
||||
|
||||
data class KonanAbiVersion(val version: Int) {
|
||||
companion object {
|
||||
val CURRENT = KonanAbiVersion(4)
|
||||
val CURRENT = KonanAbiVersion(5)
|
||||
}
|
||||
override fun toString() = "$version"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user