public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Sebastian Mach <phresnel@googlemail.com>
To: gcc@gcc.gnu.org
Subject: New g++ template stress/regression test?
Date: Fri, 06 Nov 2009 10:14:00 -0000	[thread overview]
Message-ID: <7f0369b60911060213k5c50ee14g97e7a066020a5c6d@mail.gmail.com> (raw)

I wonder if there would be an interest for a C++ template / compile
time ray tracer as a heavy test for

* templates in general
* the type system
* regression and conformance testing

I have a 95% complete template ray tracer based on fractional math.
One thing e.g. that became evident for me during development is that
performance of lookup or other type system related code degrades
exponentially; such stuff could be tested with it.

I guess the code is also very sensible to conformance.

It is currently based on g++-4.4's support for c++0x (i.e. variadic
templates + strongly typed enums), but I could port it back to 2003.

As said, it is not bugfree as for an error somewhere in the shading or
vector math, but I hereby liked to know if there is generally such an
interest.


Have a great day

Sebastian Mach

             reply	other threads:[~2009-11-06 10:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-06 10:14 Sebastian Mach [this message]
2009-11-06 15:12 ` Dave Korn
     [not found]   ` <7f0369b60911060753l1fcd4be1k79ebcb20b24310a1@mail.gmail.com>
     [not found]     ` <4AF44D10.7010100@gmail.com>
2009-11-06 16:56       ` Sebastian Mach
2009-11-18 20:47   ` Gerald Pfeifer

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7f0369b60911060213k5c50ee14g97e7a066020a5c6d@mail.gmail.com \
    --to=phresnel@googlemail.com \
    --cc=gcc@gcc.gnu.org \
    /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).