Join Slack
Powered by
what exists for native implementation to instrumen...
# kotlin-native
j
jimn
08/21/2017, 3:34 AM
what exists for native implementation to instrument method calls and functions?
o
olonho
08/22/2017, 10:29 AM
you can use native platform profiling tools, such as Apple's Instruments, Kotlin/Native produces just regular platform executables
j
jimn
08/23/2017, 3:02 AM
I'd like pointcuts -- events before and after a function fires
o
olonho
08/23/2017, 12:25 PM
then you could modify prologue/epilogue generation in
https://github.com/JetBrains/kotlin-native/blob/master/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/llvm/CodeGenerator.kt#L477
j
jimn
08/28/2017, 1:24 AM
@olonho
where is there more information on using this?
5
Views
Open in Slack
Previous
Next