エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Use invokedynamic for lambdas (behind -Ydelambdafy:method) · Issue #8359 · scala/bug
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Use invokedynamic for lambdas (behind -Ydelambdafy:method) · Issue #8359 · scala/bug
The implementation of lambdas in Java 8 is more performant[1] than the current implementation of ... The implementation of lambdas in Java 8 is more performant[1] than the current implementation of lambdas in Scala. Moreover it is more lightweight in that no synthetic class definitions are emitted; this means fewer classes to classload [2], translating into compilation speed and perm-gen benefits. The generated bytecode is also much shorter [3], allowing for more inlining opportunities. Lastly, a
2015/04/28 リンク