You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scala-i...@googlegroups.com
Awesometastic!
Miguel
Peter Empen
unread,
Nov 6, 2012, 3:19:09 PM11/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scala-i...@googlegroups.com
Hi Miguel,
just out of curiosity, since you are going for performance, can you spot any use cases for sun.misc.unsafe or something similar in Scala-land?
Peter
Miguel Garcia
unread,
Nov 6, 2012, 3:43:08 PM11/6/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scala-i...@googlegroups.com
I guess there must be opportunities for sun.misc.Unsafe, but I'd try first with what works for as many runtime environments as possible. Afterwards, fine tuning can start.
Right now we're getting closures doing too much pointer-chasing all over the heap. Any improvement there will be noticed immediately. Not that we're the only ones: here are two examples from Javascript VMs