Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for IR (0.18 sec)

  1. .idea/runConfigurations/Generate_IR_tree.xml

    <component name="ProjectRunConfigurationManager">
      <configuration default="false" name="Generate IR tree" type="GradleRunConfiguration" factoryName="Gradle" folderName="Generators">
        <ExternalSystemSettings>
          <option name="executionName" />
          <option name="externalProjectPath" value="$PROJECT_DIR$/compiler/ir/ir.tree" />
          <option name="externalSystemIdString" value="GRADLE" />
          <option name="scriptParameters" value="" />
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Mon Jun 13 16:58:05 GMT 2022
    - 828 bytes
    - Viewed (0)
  2. .idea/runConfigurations/run_IR_test_in_node_js.xml

    <component name="ProjectRunConfigurationManager">
      <configuration default="false" name="run IR test in node.js" type="js.build_tools.npm">
        <package-json value="$PROJECT_DIR$/js/js.translator/testData/package.json" />
        <command value="run" />
        <scripts>
          <script value="runIrTestInNode" />
        </scripts>
        <arguments value="$FilePath$" />
        <node-interpreter value="project" />
        <envs />
        <method v="2" />
      </configuration>
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Fri Oct 12 10:57:03 GMT 2018
    - 463 bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCompilerFacility.kt

    import org.jetbrains.kotlin.ir.descriptors.IrBasedVariableDescriptor
    import org.jetbrains.kotlin.ir.expressions.*
    import org.jetbrains.kotlin.ir.symbols.IrClassSymbol
    import org.jetbrains.kotlin.ir.symbols.IrSymbol
    import org.jetbrains.kotlin.ir.symbols.UnsafeDuringIrConstructionAPI
    import org.jetbrains.kotlin.ir.types.IrSimpleType
    import org.jetbrains.kotlin.ir.util.IdSignature
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:47 GMT 2024
    - 32.2K bytes
    - Viewed (1)
  4. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10CompilerFacility.kt

    /**
     * Whether unbound IR symbols should be stubbed instead of linked.
     * This should be enabled if the compiled file could refer to symbols defined in another file of the same module.
     * Such symbols are not compiled (only the file is passed to the backend) and so they cannot be linked from a dependency.
     */
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Fri Dec 01 13:22:55 GMT 2023
    - 9.6K bytes
    - Viewed (0)
  5. .space/CODEOWNERS

    /compiler/ir/ir.tree/tree-generator "Kotlin Common Backend" Wojciech.Litewka
    /compiler/ir/ir.objcinterop/ "Kotlin Native"
    /compiler/ir/serialization.common/ "Kotlin Common Backend"
    /compiler/ir/serialization.js/ "Kotlin Common Backend"
    /compiler/ir/serialization.jvm/ "Kotlin JVM"
    /compiler/ir/serialization.native/ "Kotlin Native"
    /compiler/ir/ir.inline/ "Kotlin Common Backend"
    /compiler/javac-wrapper/ "Kotlin Compiler Core" Simon.Ogorodnik
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Apr 25 19:58:12 GMT 2024
    - 23.9K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/build.gradle.kts

        implementation(project(":compiler:cli-base"))
        implementation(project(":compiler:backend"))
        implementation(project(":compiler:backend.jvm.entrypoint"))
        implementation(project(":compiler:ir.backend.common"))
        implementation(project(":compiler:ir.serialization.jvm"))
        api(intellijCore())
        implementation(project(":analysis:analysis-api-providers"))
        implementation(project(":analysis:analysis-internal-utils"))
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 05 16:42:25 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  7. .idea/runConfigurations/Test__Partial_Linkage_JS___with_IC.xml

            <list />
          </option>
          <option name="taskNames">
            <list>
              <option value=":js:js.tests:test" />
              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.js.test.ir.JsPartialLinkageWithICTestCaseGenerated&quot;" />
            </list>
          </option>
          <option name="vmOptions" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Wed Mar 29 15:41:06 GMT 2023
    - 1.1K bytes
    - Viewed (0)
  8. .idea/runConfigurations/Test__Partial_Linkage_JS___no_IC.xml

              <option value="&quot;org.jetbrains.kotlin.js.test.ir.JsPartialLinkageNoICTestCaseGenerated&quot;" />
              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.js.test.ir.FirJsPartialLinkageNoICTestCaseGenerated&quot;" />
              <option value="--tests" />
              <option value="&quot;org.jetbrains.kotlin.js.test.ir.JsPartialLinkageNoICES6TestCaseGenerated&quot;" />
            </list>
          </option>
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Wed Aug 16 19:11:34 GMT 2023
    - 1.4K bytes
    - Viewed (0)
  9. ChangeLog.md

    - [`KT-57329`](https://youtrack.jetbrains.com/issue/KT-57329) K/N IR linkage issues due to the combination of static caches w/ Lazy IR & Compose compiler plugin
    - [`KT-59247`](https://youtrack.jetbrains.com/issue/KT-59247) Kapt+JVM_IR: AssertionError on anonymous object in enum super constructor call
    - [`KT-58576`](https://youtrack.jetbrains.com/issue/KT-58576) K2: IR actualization problems in MPP scenario
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Thu Dec 21 17:48:12 GMT 2023
    - 268.7K bytes
    - Viewed (1)
  10. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDataClassConverters.kt

            PreReleaseClassImpl(
                firDiagnostic.a,
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
        add(FirErrors.IR_WITH_UNSTABLE_ABI_COMPILED_CLASS) { firDiagnostic ->
            IrWithUnstableAbiCompiledClassImpl(
                firDiagnostic.a,
                firDiagnostic as KtPsiDiagnostic,
                token,
            )
        }
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 208.3K bytes
    - Viewed (0)
Back to top