Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pmdk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Egorov, Sergey (PG/R - Comp Sci & Elec Eng)
pmdk
Commits
20991856
Commit
20991856
authored
4 years ago
by
Piotr Balcer
Browse files
Options
Downloads
Patches
Plain Diff
common: 1.9-rc1 release
parent
19e109db
No related branches found
Branches containing commit
Tags
1.9-rc1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+28
-0
28 additions, 0 deletions
ChangeLog
GIT_VERSION
+0
-1
0 additions, 1 deletion
GIT_VERSION
VERSION
+1
-0
1 addition, 0 deletions
VERSION
with
29 additions
and
1 deletion
ChangeLog
+
28
−
0
View file @
20991856
Fri Jun 19 2020 Piotr Balcer <piotr.balcer@intel.com>
* Version 1.9-rc1
This release:
- Switches the default instruction set for memcpy, memmove and memset
implementations on x86 to AVX512, and introduces numerous performance
improvements for those operations on AVX and SSE2 fallback paths.
- Optimizes transactional allocations in libpmemobj by avoiding one
extraneous cache miss and reducing the amount of work required to perform
a reservation.
- Introduces a new API in libpmemobj, pmemobj_tx_set_failure_behavior,
that enables the application to control the behavior of aborting
transactions.
- Improves performance of pool creation on Windows by avoiding expensive
physical page allocation during file allocation.
Other changes:
- pmem: mem[cpy|set] optimization when eADR is available
- obj: detect msync failures in non-pmem variants of mem[cpy|move|set]
Notable bug fixes:
- core: fix Last_errormsg_get when NO_LIBPTHREAD is defined
- pmem: read Unsafe Shutdown Count from region instead of interleave set
- common: fix deep_flushes failing on platforms that don't need them
- pmem: fix data cache flush on ppc64
- obj: fix run allocated recalculation
Fri Jan 31 2020 Marcin Ślusarz <marcin.slusarz@intel.com>
* Version 1.8
...
...
This diff is collapsed.
Click to expand it.
GIT_VERSION
deleted
100644 → 0
+
0
−
1
View file @
19e109db
$Format:%h$
\ No newline at end of file
This diff is collapsed.
Click to expand it.
VERSION
0 → 100644
+
1
−
0
View file @
20991856
1.9-rc1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment