07.03.2013 14:28, Jacob Carlborg пишет:
On 2013-03-07 11:12, Moritz Maxeiner wrote:

Sorry if this has been answered before/is common knowledge, but is
porting functions at a time to C wanted for optlink in general, or only
for finding segfaults? (e.g. are pull-requests for that welcome)

Yes, in general. I think the idea is to port the whole Optlink to C and
then to D. It's easier to port from C to D than from assembly to D. This
is because you can use a C version that doesn't use the runtime or
standard library to get the generate assembly as close as possible to
the original one. I think it was something like that.


Didn't get. You don't have to use D with druntime. Just don't link it and everything will be OK - you will just get "better C" (i.e. with D structs and other good stuff).

--
Денис В. Шеломовский
Denis V. Shelomovskij

Reply via email to