Using D

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 25 09:26:08 PDT 2014


On Mon, 25 Aug 2014 16:08:52 +0000
via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> Beta was static and compiled directly to asm.
it's not hard to compile dynamic language to native code. what is hard
is to make this code fast. this requires very sofisticated compiler
which can eliminate as much indirect calls as possible. that's why we
have the ability to create non-virtual methods in languages like D or
C++. "everything is object" is a nice concept, but it has it's price.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140825/9e22009d/attachment.sig>


More information about the Digitalmars-d mailing list