Re: follow_page() performance regressions

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Hideo Saito
Date: Wednesday, July 2, 2008 - 6:57 pm

On Tue, 1 Jul 2008, Linus Torvalds wrote:

I am reporter of this problem.
Sorry, my testing was not enough. This problem depends our platform or maybe SH architecture.

When I changed that the code of |goto no_page| and |goto bad_page| to both |goto unlock| at follow_page(), I did not notice that the code of |bad_page:| and |no_page:| was lost by optimizer. In the result, only the size of the text code of kernel became small 0x40 bytes. I think that the cause of this problem is in any of our platform or in the replacement of SH cache.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
follow_page() performance regressions, Paul Mundt, (Mon Jun 30, 10:25 pm)
Re: follow_page() performance regressions, Linus Torvalds, (Tue Jul 1, 8:43 am)
Re: follow_page() performance regressions, Linus Torvalds, (Tue Jul 1, 9:35 am)
Re: follow_page() performance regressions, Hideo Saito, (Wed Jul 2, 6:57 pm)