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-09 00:21:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9db82bfcc81fc49f5cb266bd1769620c5a2bcaf0
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
capturedVarsOptimization
History
Alexander Udalov
66e19b13ce
IR: create shared variables for val-variables when needed
...
This is possible when a lambda's contract guarantees initialization of a variable.
2019-11-07 15:20:34 +01:00
..
capturedInChainOfInlineFuns.kt
Enable bytecode text tests for the JVM_IR backend.
2018-12-21 16:20:45 +01:00
capturedInInlineOnly.kt
Enable bytecode text tests for the JVM_IR backend.
2018-12-21 16:20:45 +01:00
capturedInLocalObject.kt
…
capturedInNoInlineOnly.kt
…
capturedInNoInlneInsideChainOfInlineFuns.kt
Support basic reification in IR
2019-04-08 13:10:22 +02:00
capturedValInLambdaInitializedInside.kt
IR: create shared variables for val-variables when needed
2019-11-07 15:20:34 +01:00
capturedValInLambdaInitializedOutside.kt
IR: create shared variables for val-variables when needed
2019-11-07 15:20:34 +01:00
capturedVarsOfSize2.kt
Enable bytecode text tests for the JVM_IR backend.
2018-12-21 16:20:45 +01:00
sharedSlotsWithCapturedVars.kt
Fix test data
2019-02-01 17:33:49 +03:00
withStackNormalization.kt
Enable bytecode text tests for the JVM_IR backend.
2018-12-21 16:20:45 +01:00