Details
-
Task
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
Description
As described in https://github.com/MariaDB/server/pull/3531 I suggest adding `noexcept` annotations to various methods throughout the MariaDB code base, starting with the InnoDB locking code.
MariaDB is compiled with C++ exceptions enabled, and that disallows some optimizations (e.g. the stack must always be unwinding-safe). By adding `noexcept` to functions that are guaranteed to never throw, some of these optimizations can be regained. Low-level locking functions that are called often are a good candidate for this.
Attachments
Issue Links
- relates to
-
MDEV-35438 Annotate InnoDB I/O functions with noexcept
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | performance |
Fix Version/s | 10.6 [ 24028 ] |
Assignee | Marko Mäkelä [ marko ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Comment | [ https://github.com/MariaDB/server/pull/3531 ] |
issue.field.resolutiondate | 2024-10-01 08:56:44.0 | 2024-10-01 08:56:44.474 |
Fix Version/s | 10.6.20 [ 29903 ] | |
Fix Version/s | 10.11.10 [ 29904 ] | |
Fix Version/s | 11.2.6 [ 29906 ] | |
Fix Version/s | 11.4.4 [ 29907 ] | |
Fix Version/s | 11.6.2 [ 29908 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Issue Type | New Feature [ 2 ] | Task [ 3 ] |
Link |
This issue relates to |