All of lore.kernel.org
 help / color / mirror / Atom feed
* arm checkstack
@ 2008-11-04 16:06 Matthieu CASTET
  2008-11-04 17:35 ` Jörn Engel
  0 siblings, 1 reply; 4+ messages in thread
From: Matthieu CASTET @ 2008-11-04 16:06 UTC (permalink / raw)
  To: Linux Arm Mailing List, linux-kernel

Hi,

I wonder why the arm version of checkstack only catch stack size >= 300
and < 10000 [1].
Why doesn't it use ".*sub.*sp, sp, #([0-9]{1,8})" to catch all stack usage ?


Matthieu



[1]
$re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o;

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-05 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 16:06 arm checkstack Matthieu CASTET
2008-11-04 17:35 ` Jörn Engel
2008-11-04 19:58   ` [Patch][Checkstack] Do not hide small stackframes Jörn Engel
2008-11-05 16:13   ` arm checkstack Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.