Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for storeStringToResource (0.17 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/ResidualProgramCompiler.kt

                if (mightBeLargerThan64KB(secondStageScriptText)) {
                    // Large scripts are stored as a resource to overcome
                    // the 64KB string constant limitation
                    val resourcePath = storeStringToResource(secondStageScriptText)
                    ALOAD(0)
                    LDC(resourcePath)
                    INVOKEVIRTUAL(
                        ExecutableProgram.StagedProgram::class.internalName,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 13:09:45 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top