From: Markus Wichmann <nullplan@gmx.net>
To: musl@lists.openwall.com
Subject: Re: [musl] ASM-to-C conversion for i386
Date: Mon, 27 Dec 2021 14:08:01 +0100 [thread overview]
Message-ID: <20211227130801.GC1949@voyager> (raw)
In-Reply-To: <20211226204238.GA1949@voyager>
Hi all,
so, I've pushed the string functions as well. Looking at the remaining
assembler files, those all need to be assembler.
Only dlsym could possibly be written in C by making use of a GNU C
feature (__builtin_return_address()), but that has been proposed and
rejected before. All the others require explicit stack control, explicit
instruction control, have non-standard calling conventions, or are doing
something you else you cannot possibly do in C.
So, any comments about the files in my repo before I make patches? And
again, how would you like those patches? I think I will wait until next
year with the patches.
Ciao,
Markus
next prev parent reply other threads:[~2021-12-27 13:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-26 20:42 Markus Wichmann
2021-12-26 21:20 ` Markus Wichmann
2021-12-27 13:08 ` Markus Wichmann [this message]
2021-12-27 15:00 ` Rich Felker
2021-12-27 16:27 ` Markus Wichmann
2021-12-27 16:30 ` Rich Felker
2021-12-27 18:04 ` Markus Wichmann
2021-12-27 18:41 ` Rich Felker
2021-12-28 8:42 ` Markus Wichmann
2021-12-29 10:02 ` Markus Wichmann
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=20211227130801.GC1949@voyager \
--to=nullplan@gmx.net \
--cc=musl@lists.openwall.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.
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/musl/
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 NNTP newsgroup(s).