aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/feature244275
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature24427 b/changes/feature24427
new file mode 100644
index 0000000000..8650c45d31
--- /dev/null
+++ b/changes/feature24427
@@ -0,0 +1,5 @@
+ o Minor features (OSX, iOS, performance):
+ - Use the mach_approximate_time() function (when available) to
+ implement coarse monotonic time. Having a coarse time function
+ should avoid a large number of system calls, and improve
+ performance slightly, especially under load. Closes ticket 24427.