This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-08 15:53:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ae6e45901573a16bc22545e174fa2b28db08123a
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
History
pyos
25e1fb8502
JVM: map synthetic line numbers through the SMAP
...
This is necessary so that IDEA does not ignore the line number.
2020-05-25 20:03:56 +02:00
..
ifConsts.kt
JVM_IR: defer some branch optimizations to codegen.
2019-03-13 08:48:20 +01:00
ifElse.kt
…
ifFalse.kt
JVM_IR: defer some branch optimizations to codegen.
2019-03-13 08:48:20 +01:00
ifFalseElse.kt
JVM_IR: defer some branch optimizations to codegen.
2019-03-13 08:48:20 +01:00
ifTrue.kt
JVM_IR: defer some branch optimizations to codegen.
2019-03-13 08:48:20 +01:00
ifTrueElse.kt
JVM_IR: defer some branch optimizations to codegen.
2019-03-13 08:48:20 +01:00
inlineCondition2.kt
Debugger, BE: Generate original line number after inlining if call is used in an if condition
2020-02-14 17:35:17 +09:00
inlineCondition.kt
Debugger, BE: Generate original line number after inlining if call is used in an if condition
2020-02-14 17:35:17 +09:00
inlineLambdaObjectInit.kt
JVM: use precise line bounds when regenerating objects with no SMAPs
2020-05-19 18:33:27 +02:00
singleThen.kt
…
tryCatch.kt
…
when.kt
…