-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions declared in miniboxed scopes still box #114
Comments
Discovered while playing around with the miniboxed linked list... |
VladUreche
added a commit
that referenced
this issue
Jul 14, 2014
VladUreche
added a commit
that referenced
this issue
Jul 14, 2014
This will also be fixed:
|
biboudis
added a commit
to biboudis/scala-streams
that referenced
this issue
Nov 23, 2014
*) Related to miniboxing/miniboxing-plugin#146 *) Will completely remove this after miniboxing/miniboxing-plugin#114 is resolved *) Thanks @VladUreche for support and looking into miniboxing issue! Conflicts: src/main/scala/benchmarks/benchmarks.scala src/main/scala/streams/Stream.scala
VladUreche
added a commit
that referenced
this issue
Nov 30, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Technical limitation, will fix it:
The problem is that, in all definitions, the
is not specialized. This means function definitions need to be hijacked completely, before the head for
interop-coerce
...The text was updated successfully, but these errors were encountered: