diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-23 12:21:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-23 12:27:19 +0200 |
commit | 6d700e3601a3469981995fd364d1a1ff7f158e5e (patch) | |
tree | c566f2ef764d48b369f18b0ac42ca723f1de57d9 /libbuild2/context.hxx | |
parent | 33e665c41928824a0410f0328a1fe9873381faaf (diff) |
Un-tune scheduler when building build system modules
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r-- | libbuild2/context.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx index 0a2deea..e720321 100644 --- a/libbuild2/context.hxx +++ b/libbuild2/context.hxx @@ -131,6 +131,9 @@ namespace build2 // future we can do save/restore but then we would need some indication that // we have switched to another task). // + // Note that sharing the same scheduler between multiple top-level contexts + // can currently be problematic due to operation-specific scheduler tuning. + // // The loaded_modules state (module.hxx) is shared among all the contexts // (there is no way to have multiple shared library loading "contexts") and // is protected by loaded_modules_lock. A nested context should normally |