-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved performance by not generating classes for lambdas
- Loading branch information
Showing
39 changed files
with
1,105 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
group 'com.shenjvm' | ||
version '0.2.0' | ||
version '0.2.1' | ||
|
||
buildscript { | ||
repositories { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.shenjvm; | ||
|
||
abstract public class KLAClosedEnv {} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.shenjvm; | ||
|
||
public class KLClosedEnv1 extends KLAClosedEnv { | ||
public Object l1; | ||
|
||
public KLClosedEnv1(Object l1) { | ||
this.l1 = l1; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
package com.shenjvm; | ||
|
||
public class KLClosedEnv10 extends KLAClosedEnv { | ||
public Object l1; | ||
public Object l2; | ||
public Object l3; | ||
public Object l4; | ||
public Object l5; | ||
public Object l6; | ||
public Object l7; | ||
public Object l8; | ||
public Object l9; | ||
public Object l10; | ||
|
||
public KLClosedEnv10(Object l1, Object l2, Object l3, Object l4, Object l5, Object l6, Object l7, Object l8, | ||
Object l9, Object l10) { | ||
this.l1 = l1; | ||
this.l2 = l2; | ||
this.l3 = l3; | ||
this.l4 = l4; | ||
this.l5 = l5; | ||
this.l6 = l6; | ||
this.l7 = l7; | ||
this.l8 = l8; | ||
this.l9 = l9; | ||
this.l10 = l10; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
package com.shenjvm; | ||
|
||
public class KLClosedEnv11 extends KLAClosedEnv { | ||
public Object l1; | ||
public Object l2; | ||
public Object l3; | ||
public Object l4; | ||
public Object l5; | ||
public Object l6; | ||
public Object l7; | ||
public Object l8; | ||
public Object l9; | ||
public Object l10; | ||
public Object l11; | ||
|
||
public KLClosedEnv11(Object l1, Object l2, Object l3, Object l4, Object l5, Object l6, Object l7, Object l8, | ||
Object l9, Object l10, Object l11) { | ||
this.l1 = l1; | ||
this.l2 = l2; | ||
this.l3 = l3; | ||
this.l4 = l4; | ||
this.l5 = l5; | ||
this.l6 = l6; | ||
this.l7 = l7; | ||
this.l8 = l8; | ||
this.l9 = l9; | ||
this.l10 = l10; | ||
this.l11 = l11; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
package com.shenjvm; | ||
|
||
public class KLClosedEnv12 extends KLAClosedEnv { | ||
public Object l1; | ||
public Object l2; | ||
public Object l3; | ||
public Object l4; | ||
public Object l5; | ||
public Object l6; | ||
public Object l7; | ||
public Object l8; | ||
public Object l9; | ||
public Object l10; | ||
public Object l11; | ||
public Object l12; | ||
|
||
public KLClosedEnv12(Object l1, Object l2, Object l3, Object l4, Object l5, Object l6, Object l7, Object l8, | ||
Object l9, Object l10, Object l11, Object l12) { | ||
this.l1 = l1; | ||
this.l2 = l2; | ||
this.l3 = l3; | ||
this.l4 = l4; | ||
this.l5 = l5; | ||
this.l6 = l6; | ||
this.l7 = l7; | ||
this.l8 = l8; | ||
this.l9 = l9; | ||
this.l10 = l10; | ||
this.l11 = l11; | ||
this.l12 = l12; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
package com.shenjvm; | ||
|
||
public class KLClosedEnv13 extends KLAClosedEnv { | ||
public Object l1; | ||
public Object l2; | ||
public Object l3; | ||
public Object l4; | ||
public Object l5; | ||
public Object l6; | ||
public Object l7; | ||
public Object l8; | ||
public Object l9; | ||
public Object l10; | ||
public Object l11; | ||
public Object l12; | ||
public Object l13; | ||
|
||
public KLClosedEnv13(Object l1, Object l2, Object l3, Object l4, Object l5, Object l6, Object l7, Object l8, | ||
Object l9, Object l10, Object l11, Object l12, Object l13) { | ||
this.l1 = l1; | ||
this.l2 = l2; | ||
this.l3 = l3; | ||
this.l4 = l4; | ||
this.l5 = l5; | ||
this.l6 = l6; | ||
this.l7 = l7; | ||
this.l8 = l8; | ||
this.l9 = l9; | ||
this.l10 = l10; | ||
this.l11 = l11; | ||
this.l12 = l12; | ||
this.l13 = l13; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
package com.shenjvm; | ||
|
||
public class KLClosedEnv14 extends KLAClosedEnv { | ||
public Object l1; | ||
public Object l2; | ||
public Object l3; | ||
public Object l4; | ||
public Object l5; | ||
public Object l6; | ||
public Object l7; | ||
public Object l8; | ||
public Object l9; | ||
public Object l10; | ||
public Object l11; | ||
public Object l12; | ||
public Object l13; | ||
public Object l14; | ||
|
||
public KLClosedEnv14(Object l1, Object l2, Object l3, Object l4, Object l5, Object l6, Object l7, Object l8, | ||
Object l9, Object l10, Object l11, Object l12, Object l13, Object l14) { | ||
this.l1 = l1; | ||
this.l2 = l2; | ||
this.l3 = l3; | ||
this.l4 = l4; | ||
this.l5 = l5; | ||
this.l6 = l6; | ||
this.l7 = l7; | ||
this.l8 = l8; | ||
this.l9 = l9; | ||
this.l10 = l10; | ||
this.l11 = l11; | ||
this.l12 = l12; | ||
this.l13 = l13; | ||
this.l14 = l14; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
package com.shenjvm; | ||
|
||
public class KLClosedEnv15 extends KLAClosedEnv { | ||
public Object l1; | ||
public Object l2; | ||
public Object l3; | ||
public Object l4; | ||
public Object l5; | ||
public Object l6; | ||
public Object l7; | ||
public Object l8; | ||
public Object l9; | ||
public Object l10; | ||
public Object l11; | ||
public Object l12; | ||
public Object l13; | ||
public Object l14; | ||
public Object l15; | ||
|
||
public KLClosedEnv15(Object l1, Object l2, Object l3, Object l4, Object l5, Object l6, Object l7, Object l8, | ||
Object l9, Object l10, Object l11, Object l12, Object l13, Object l14, Object l15) { | ||
this.l1 = l1; | ||
this.l2 = l2; | ||
this.l3 = l3; | ||
this.l4 = l4; | ||
this.l5 = l5; | ||
this.l6 = l6; | ||
this.l7 = l7; | ||
this.l8 = l8; | ||
this.l9 = l9; | ||
this.l10 = l10; | ||
this.l11 = l11; | ||
this.l12 = l12; | ||
this.l13 = l13; | ||
this.l14 = l14; | ||
this.l15 = l15; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
package com.shenjvm; | ||
|
||
public class KLClosedEnv16 extends KLAClosedEnv { | ||
public Object l1; | ||
public Object l2; | ||
public Object l3; | ||
public Object l4; | ||
public Object l5; | ||
public Object l6; | ||
public Object l7; | ||
public Object l8; | ||
public Object l9; | ||
public Object l10; | ||
public Object l11; | ||
public Object l12; | ||
public Object l13; | ||
public Object l14; | ||
public Object l15; | ||
public Object l16; | ||
|
||
public KLClosedEnv16(Object l1, Object l2, Object l3, Object l4, Object l5, Object l6, Object l7, Object l8, | ||
Object l9, Object l10, Object l11, Object l12, Object l13, Object l14, Object l15, | ||
Object l16) { | ||
this.l1 = l1; | ||
this.l2 = l2; | ||
this.l3 = l3; | ||
this.l4 = l4; | ||
this.l5 = l5; | ||
this.l6 = l6; | ||
this.l7 = l7; | ||
this.l8 = l8; | ||
this.l9 = l9; | ||
this.l10 = l10; | ||
this.l11 = l11; | ||
this.l12 = l12; | ||
this.l13 = l13; | ||
this.l14 = l14; | ||
this.l15 = l15; | ||
this.l16 = l16; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
package com.shenjvm; | ||
|
||
public class KLClosedEnv17 extends KLAClosedEnv { | ||
public Object l1; | ||
public Object l2; | ||
public Object l3; | ||
public Object l4; | ||
public Object l5; | ||
public Object l6; | ||
public Object l7; | ||
public Object l8; | ||
public Object l9; | ||
public Object l10; | ||
public Object l11; | ||
public Object l12; | ||
public Object l13; | ||
public Object l14; | ||
public Object l15; | ||
public Object l16; | ||
public Object l17; | ||
|
||
public KLClosedEnv17(Object l1, Object l2, Object l3, Object l4, Object l5, Object l6, Object l7, Object l8, | ||
Object l9, Object l10, Object l11, Object l12, Object l13, Object l14, Object l15, | ||
Object l16, Object l17) { | ||
this.l1 = l1; | ||
this.l2 = l2; | ||
this.l3 = l3; | ||
this.l4 = l4; | ||
this.l5 = l5; | ||
this.l6 = l6; | ||
this.l7 = l7; | ||
this.l8 = l8; | ||
this.l9 = l9; | ||
this.l10 = l10; | ||
this.l11 = l11; | ||
this.l12 = l12; | ||
this.l13 = l13; | ||
this.l14 = l14; | ||
this.l15 = l15; | ||
this.l16 = l16; | ||
this.l17 = l17; | ||
} | ||
} |
Oops, something went wrong.