Displaying 3 results from an estimated 3 matches for "53684".
Did you mean:
3684
2019 Sep 09
4
Random duplicated emails
...}
process_min_avail = 10
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0660
user = postfix
}
}
service quota-status {
client_limit = 1
executable = quota-status -p postfix
inet_listener {
address = **edited**
port = 53684
}
}
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
unix_listener quota-warning {
user = vmail
}
}
ssl = required
ssl_cert = </etc/ssl/**edited**/**edited**.crtbundle
ssl_client_ca_dir = /etc/ssl/certs
ssl_key = # hidden, use -P to show it
userdb {
args...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...0.06 714166 0 0.06 714166
z45.ll 6 22350 0 0.01 22316 0 0.01 22316
z46.ll 4 463428 0 0.04 463394 0 0.04 463394
z47.ll 5 216156 0 0.03 216122 0 0.02 216122
z48.ll 59 296891 0 0.04 296857 0 0.04 295314
z49.ll 32 342979 0 0.04 342945 0 0.04 342945
z50.ll 23 102145 1 0.02 101702 1 0.02 101702
z51.ll 23 53684 1 0.01 53243 1 0.01 53243
zalloc.ll 3 4819 0 0.01 4803 0 0.01 4803
zarith.ll 12 55152 0 0.02 55128 0 0.02 54189
zarray.ll 5 18535 0 0.01 18511 0 0.01 18511
zchar.ll 20 100759 0 0.02 100735 0 0.02 99275
zcolor.ll 4 8759 0 0.01 8735 0 0.01 8735
zcontrol.ll 18 61047 0 0.02 61023 0 0.02 61023
ZDecoder....