Difference between revisions of "What the JVM needs"
From JVMLangSummit
Jump to navigationJump to search (New page: == Notes from Rich Hickey's workshop ==) |
|||
| Line 1: | Line 1: | ||
== Notes from Rich Hickey's workshop == | == Notes from Rich Hickey's workshop == | ||
| + | |||
| + | * floating garbage foo(o, o=null) | ||
| + | |||
| + | === user mode limitations === | ||
| + | * please optimize this | ||
| + | * fences | ||
| + | * typestate: now immutable | ||
| + | |||
| + | === numbers === | ||
| + | * fixnums | ||
| + | * need a uniform entry/exit types (Object => boxing) | ||
Revision as of 11:28, 28 July 2010
Notes from Rich Hickey's workshop
- floating garbage foo(o, o=null)
user mode limitations
- please optimize this
- fences
- typestate: now immutable
numbers
- fixnums
- need a uniform entry/exit types (Object => boxing)