mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
* Add Kotlin/JVM support * Update CONTRIBUTORS.md * Use kotlinc-jvm instead of kotlinc * Fix alphabetical ordering * Filter kotlin compiler arguments Extract user options filtering for java into a separate function to handle filtering options with extra arguments. Filter kotlin compiler options: -d, -jdk-home, -kotlin-home, -script, -progressive * Filter -Xjavac user options Filter any option that starts with '-Xjavac', as it could be used to pass unwanted options through kotlinc to javac. * Fix year in copyright Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es> * Add kotlin.amazon.properties * Add JAVA_HOME to kotlin default exec options Query per-compiler property 'java_home' and set environment * Add java_home to kotlin properties Co-authored-by: Daniel Below <daniel.below@jetbrains.com> Co-authored-by: Rubén Rincón Blanco <ruben@rinconblanco.es>
14 lines
318 B
NASM
Generated
14 lines
318 B
NASM
Generated
Compiled from "example.kt"
|
|
public final class ExampleKt {
|
|
public static final int square(int);
|
|
Code:
|
|
0: iload_0
|
|
1: iload_0
|
|
2: imul
|
|
3: ireturn
|
|
LineNumberTable:
|
|
line 1: 0
|
|
LocalVariableTable:
|
|
Start Length Slot Name Signature
|
|
0 4 0 num I
|
|
} |