public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
From: Huang Pei <huangpei@loongson.cn>
To: libc-help@sourceware.org
Subject: Question about setjmp_aux.c on MIPS
Date: Thu, 26 Nov 2020 20:03:37 +0800	[thread overview]
Message-ID: <20201126120337.c7lsjbzlhrskzx7k@ambrosehua-HP-xw6600-Workstation> (raw)

Hi everyone,

I add 'dummy' event to do_cpu in Linux/MIPS, and use perf tool with
Uprobe and dummy event, found my CU1 exception came from ld.so 

For ld.so, it is not intended to use floating point instruction, but the
__sigsetjmp from _dl_catch_exception touch FP regs repeatedly as loading
DSOs, which cause unneeded FP context saving and restoring between tasks
that does not use FP at all, I wonder if this can be avoided.

+. MIPS, link other RISC with hard floating point suppport need to save 
callee-saved FP in setjmp_aux.c, but setjmp.S for x86/x86_64 DOES NOT
save any x87/SSE regs, does anyone know why?

+. Does MIPS need to save MSA reg as PowerPC does for VSX in setjmp_aux.c?

+. I see x86/x86-64/ARM64 say no need to save sigmask in ld.so, can MIPS
does this too?



             reply	other threads:[~2020-11-26 12:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-26 12:03 Huang Pei [this message]
2020-11-26 12:37 ` Florian Weimer
2020-11-27  7:59   ` Huang Pei
2020-11-27  8:17     ` Florian Weimer

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=20201126120337.c7lsjbzlhrskzx7k@ambrosehua-HP-xw6600-Workstation \
    --to=huangpei@loongson.cn \
    --cc=libc-help@sourceware.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).