GNOME Bugzilla – Bug 712640
[Audit][Patch]Inclusion of OpenMP for engine initialisation performance increase
Last modified: 2018-06-29 23:21:34 UTC
Adds the optional use of OpenMP to improve start-up time of the gnucash engine by calling any engine hooks in parallel. diff --git a/src/engine/gnc-engine.c b/src/engine/gnc-engine.c index 24d34db..8bdd49b 100644 --- a/src/engine/gnc-engine.c +++ b/src/engine/gnc-engine.c see attached for source code changes. Please audit Alex Kempster
Created attachment 260178 [details] [review] source file
Comment on attachment 260178 [details] [review] source file 1. No. Nothing in Gnucash is thread-safe. There's no way we're going to bring in MP, at least not until after the C++ rewrite. 2. That's not a patch. See http://wiki.gnucash.org/wiki/Git#Patches for how to make a patch.
Damn cheeky of you to change the Wiki as if your proposal had been accepted. If you want to join the team and work on the teams goals, join the development list and learn about what the goals are.
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=712640. Please update any external references or bookmarks.