linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Optimize the fast path of mas_store()
@ 2023-06-09 12:03 Peng Zhang
  2023-06-09 12:03 ` [PATCH v2 1/3] maple_tree: add test for mas_wr_modify() fast path Peng Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peng Zhang @ 2023-06-09 12:03 UTC (permalink / raw)
  To: Liam.Howlett; +Cc: akpm, linux-mm, linux-kernel, maple-tree, Peng Zhang

Add fast paths for mas_wr_append() and mas_wr_slot_store() respectively.
The newly added fast path of mas_wr_append() is used in fork() and how
much it benefits fork() depends on how many VMAs are duplicated.

Changes since v1:
 - Revise comment and commit log. [3/3]
 - Add test for mas_wr_modify() fast path. [1/3]

v1: https://lore.kernel.org/lkml/20230602075353.5917-1-zhangpeng.00@bytedance.com/

Peng Zhang (3):
  maple_tree: add test for mas_wr_modify() fast path
  maple_tree: optimize mas_wr_append(), also improve duplicating VMAs
  maple_tree: add a fast path case in mas_wr_slot_store()

 lib/maple_tree.c      | 69 ++++++++++++++++++++++++++++---------------
 lib/test_maple_tree.c | 65 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 111 insertions(+), 23 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2023-06-14 11:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 12:03 [PATCH v2 0/3] Optimize the fast path of mas_store() Peng Zhang
2023-06-09 12:03 ` [PATCH v2 1/3] maple_tree: add test for mas_wr_modify() fast path Peng Zhang
2023-06-09 12:03 ` [PATCH v2 2/3] maple_tree: optimize mas_wr_append(), also improve duplicating VMAs Peng Zhang
2023-06-09 12:03 ` [PATCH v2 3/3] maple_tree: add a fast path case in mas_wr_slot_store() Peng Zhang
2023-06-13 17:23 ` [PATCH v2 0/3] Optimize the fast path of mas_store() Liam R. Howlett
2023-06-14 11:10   ` Peng Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox