Skip to content

Conversation

@bbugdigger
Copy link

YouTrack link: https://youtrack.jetbrains.com/issue/KT-55266/Kotlin-Native-pre-compute-values-of-some-LLVM-functions

Replace runtime LLVM JNI calls (LLVMABISizeOfType, LLVMABIAlignmentOfType, LLVMStoreSizeOfType, LLVMByteOrder) with pre-computed Kotlin tables.

These values are deterministic per target architecture and don't need to be queried from LLVM at compile time. This reduces JNI call overhead during compilation.

@bbugdigger bbugdigger requested a review from a team as a code owner January 31, 2026 18:58
@bbugdigger bbugdigger requested a review from haitaka January 31, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant