Do everything in Java…

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 6 07:33:51 PST 2014


On Sat, Dec 06, 2014 at 03:26:08PM +0000, Russel Winder via Digitalmars-d wrote:
[...]
> >    primitive are passed by value; arrays and user defined types are
> > passed by reference only (killing memory usage)
> 
> Primitive types are scheduled for removal, leaving only reference
> types.
[...]

Whoa. So they're basically going to rely on JIT to convert those boxed
Integers into hardware ints for performance? Sounds like I will never
consider Java for computation-heavy tasks then...


T

-- 
Marketing: the art of convincing people to pay for what they didn't need
before which you can't deliver after.


More information about the Digitalmars-d mailing list