From: Neil Jerram <neil@ossau.uklinux.net>
To: Andy Wingo <wingo@pobox.com>
Cc: "Ludovic Courtès" <ludo@gnu.org>, guile-devel@gnu.org
Subject: Re: data-crunching in guile
Date: Thu, 25 Jun 2009 23:47:47 +0100 [thread overview]
Message-ID: <87y6rgszfw.fsf@arudy.ossau.uklinux.net> (raw)
In-Reply-To: <m3d48sm373.fsf@pobox.com> (Andy Wingo's message of "Thu\, 25 Jun 2009 23\:08\:32 +0200")
Andy Wingo <wingo@pobox.com> writes:
> I don't have Neil's mail open here, but my thought was this: getting a
> fast VM is a dark art of feeling and instinct, My feeling is that a VM
> is fast if it fits in the CPU's cache: the instruction cache and the
> data cache. The data cache means that smaller code is better, hence my
> resistance to word-sized instructions. The instruction cache means that
> the VM itself should be small -- but if the code for vector ops is all
> "at the end" of the VM, then only code that uses vector ops pays for the
> increased "cache footprint" of the VM.
Thanks, I see now. But presumably even VM code will frequently call
out to primitives all over libguile, won't it?
I completely agree that small code size can be important for
performance, but I doubt that it is the size of the VM on its own that
matters.
(Or am I still not understanding what you mean?)
> But like I say, all this is instinct, which may well be wrong.
Me too!
Neil
next prev parent reply other threads:[~2009-06-25 22:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-24 12:03 data-crunching in guile Andy Wingo
2009-06-25 7:26 ` Neil Jerram
2009-06-25 8:04 ` Ludovic Courtès
2009-06-25 21:08 ` Andy Wingo
2009-06-25 22:47 ` Neil Jerram [this message]
2009-06-26 14:37 ` Andy Wingo
2009-06-26 21:25 ` Neil Jerram
2009-06-26 12:09 ` Andy Wingo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y6rgszfw.fsf@arudy.ossau.uklinux.net \
--to=neil@ossau.uklinux.net \
--cc=guile-devel@gnu.org \
--cc=ludo@gnu.org \
--cc=wingo@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).