This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
02e78bcd76cef205ee2bccb78c90cfa4d006d755
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
lineNumbers
T
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
…