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 08:31:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
84e54124a27ce98fa6016ba3246f5d4a3531d623
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
constants
History
Michael Bogdanov
0283fea835
Optimize recursive string concatenation
2016-02-17 16:53:19 +03:00
..
byte.kt
Use bipush, sipush for byte and short constants
2016-02-12 11:55:21 +03:00
kt9532.kt
Removed 'INSTANCE$' field generation
2015-12-24 13:59:44 +03:00
noInlineNonConst.kt
Do not inline non-const vals
2016-02-05 17:43:55 +03:00
nullableByteAndShort.kt
Use bipush, sipush for byte and short constants
2016-02-12 11:55:21 +03:00
partialString.kt
Optimize recursive string concatenation
2016-02-17 16:53:19 +03:00
short.kt
Use bipush, sipush for byte and short constants
2016-02-12 11:55:21 +03:00
string.kt
Inline preevaluated string and primitive only constants in compilation time, don't inline const references in non-annotation context, fix for KT-11025: Don't inline const val in compare instuctions
2016-02-17 16:53:18 +03:00