Re: Could D benefit from JIT compiling?

2011-12-05 Thread Hans Uhlig
On 12/2/2011 7:46 AM, Xinok wrote: Reading through the 'Java Scala' thread, I've realized there are some benefits to dynamic code generation vs statically compiled code. Things like unrolling loops, devirtualizing functions, etc. So it made me wonder, could D benefit from such technology, not

Could D benefit from JIT compiling?

2011-12-02 Thread Xinok
Reading through the 'Java Scala' thread, I've realized there are some benefits to dynamic code generation vs statically compiled code. Things like unrolling loops, devirtualizing functions, etc. So it made me wonder, could D benefit from such technology, not from a feature standpoint, but

Re: Could D benefit from JIT compiling?

2011-12-02 Thread Timon Gehr
On 12/02/2011 04:46 PM, Xinok wrote: Reading through the 'Java Scala' thread, I've realized there are some benefits to dynamic code generation vs statically compiled code. Things like unrolling loops, devirtualizing functions, etc. So it made me wonder, could D benefit from such technology,

Re: Could D benefit from JIT compiling?

2011-12-02 Thread Martin Nowak
On Fri, 02 Dec 2011 16:46:19 +0100, Xinok xi...@live.com wrote: Reading through the 'Java Scala' thread, I've realized there are some benefits to dynamic code generation vs statically compiled code. Things like unrolling loops, devirtualizing functions, etc. So it made me wonder, could D