similar to: compiler-rt builtins on MSVC 2019

Displaying 20 results from an estimated 300 matches similar to: "compiler-rt builtins on MSVC 2019"

2018 Nov 11
3
A stage2 build causes changes to libllvm impacting program using it (exemple: rustc)
Hello, Lately, I have been working on moving Debian & Ubuntu packages to a stage2 build. This means that, instead of shipping llvm-toolchain packages built with gcc, we are rebuilding everything a second time using the newly built clang. Now, when pushed to Debian, it caused some unexpected issues in particular with rust reported here:
2015 Nov 12
3
[RFC] A new intrinsic, `llvm.blackbox`, to explicitly prevent constprop, die, etc optimizations
On Wed, Nov 11, 2015 at 07:14:28PM -0800, Sean Silva via llvm-dev wrote: > Can you show a real benchmark that users have tried to write where the call > overhead of actually using an external function call is measurable? This is the wrong question. The correct question is: What useful benchmark cannot trivally factor out the overhead of the external function call. Yes, if you do
2023 Mar 28
1
[nbdkit PATCH 2/2] plugins/rust: restrict predicates-{tree, core} to {1.0.7, 1.0.5}
The beautiful world of uncontained dependencies: - We restrict mockall to 0.11.0, which in practice currently expands to 0.11.4, - mockall depends on predicates-tree, - predicates-tree depends on predicates-core, - approx. two weeks ago, predicates-tree and predicates-core have seen *PATCHLEVEL* upgrades (1.0.7 -> 1.0.9, and 1.0.5 -> 1.0.6, respectively) that now require
2007 Jan 17
1
Question about FXO/FXS device.
Hello, I intend to buy a FXO/FXS device from Linksys. I'm thinking about SPA3102. What you guys think about it. Is ok, is working with asterisk, can i use it like voip peer. Thank you for your advice. Jonson. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070117/93bc7fdb/attachment.htm
2007 Jan 26
1
Sample Config.
Hello, I just buyed a SPA3102 from Linksys. Can anyone help me or guide me to configure voice part on it. I cannot get it if I can use like peer for my asterisk. Please help me with some tips. Thank you guys. Regards, Jonson. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070126/a49e3bdb/attachment.htm
2019 Jul 03
1
Re: [PATCH 01/12] Rust bindings: Add Rust bindings
On Tue, Jul 02, 2019 at 10:14:19PM +0900, Hiroyuki Katsura wrote: >From: Hiroyuki_Katsura <hiroyuki.katsura.0513@gmail.com> > >--- > Makefile.am | 4 ++++ > configure.ac | 3 +++ > generator/Makefile.am | 3 +++ > generator/bindtests.ml | 3 +++ > generator/bindtests.mli | 1 + > generator/main.ml | 5 +++++ > generator/rust.ml
2023 Mar 28
3
[nbdkit PATCH 0/2] various
I originally meant to post only the "vector.h" patch, but then (independently) nbdkit wouldn't build. Hence the other (rust plugin) patch. Laszlo Laszlo Ersek (2): common/utils: document empty_vector compound literal assignment plugins/rust: restrict predicates-{tree,core} to {1.0.7,1.0.5} common/utils/vector.h | 8 +++++++- plugins/rust/Cargo.toml | 2 ++ 2 files changed,
2017 Jan 05
5
Tail calls and portability
I have been working on adding proper tail (via `become`) to rustc. I was able to make them work (some parts of the type checker aren't implemented yet). However, I ran into an LLVM-related problem. LLVM claims to support proper tail calls when fastcc is used — but only on i386, x86-64 and PowerPC. Is this accurate? Will proper tail calls be supported on WebAssembly? Are they supported on
2020 Aug 05
2
Debugging a potential bug when generating wasm32
Hi, Sorry if you've seen this message before on llvm.discourse.group or elsewhere -- I've been trying to get to the bottom of this for a while now and asked about this in a few different platforms before. I'm currently trying to debug a bug in a LLVM-generated Wasm code. The bug could be in the code that generates LLVM (rustc) or in the LLVM, I'm not sure yet. LLVM IR and Wasm
2007 May 23
1
Call limit per sip account user.
Hello, I want to limit calls per sip account user. How may I realize this setting? For example I want to limit to 10 min all possible calls from an account or to limit external calls to 10 min and local call remain unlimited. Thank you for support guys. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 May 27
2
SIP accounts from MYSQL.
Hello, I just want to put all my sip accounts in mysql and asterisk use it from mysql. How can I do that, could you be more specific because I readed alot on wiki and i'm lost... I don't know what to modify in Makefile from channel directory. I use asterisk 1.4.4, that is already compiled and i also have CDR in mysql. I must create manny accounts and I want to realize that from mysql.
2006 Oct 25
2
Simple example for call transfer.
Hello, i hev a subscription to a international voip provider and I want all calls for numbers _001xxxxxxxxxx to go through my voip provider. I tried many settings in sip.conf , extensions.conf and iax.conf. Please give me some simple example for how can i transfer the specified calls to my external voip provider. What may I put and where in witch file. Thank you for your support. --------------
2017 Dec 21
2
Pass ordering - GVN vs. loop optimizations
Hi, This is Ariel from the Rust team again. I am having another pass ordering issue. Looking at the pass manager at https://github.com/llvm-mirror/llvm/blob/7034870f30320d6fbc74effff539d946018cd00a/lib/Transforms/IPO/PassManagerBuilder.cpp (the early SimplifyCfg now doesn't sink stores anymore! I can't wait until I can get to use that in rustc!) I find that the loop optimization group
2019 Sep 12
4
PGO is ineffective for Rust - but why?
On Thu, Sep 12, 2019 at 8:18 AM Teresa Johnson <tejohnson at google.com> wrote: > I just have a couple suggestions off the top of my head: > - have you tried using the new pass manager > (-fexperimental-new-pass-manager)? That has access to additional analysis > info during inlining and is able to make more precise PGO based inline > decisions. > (although note the above
2011 Sep 05
1
Variables error in 1.8.6.0.
Hello, I have a problem with some variables in 1.8.6.0. I set on extension the following lines: exten => h, n, Set (CDR (LLP) = $ {CHANNEL (rtpqos, audio, local_lostpackets)}) ; lost packets by local end ** exten => h, n, Set (CDR (PCR) = $ {CHANNEL (rtpqos, audio, remote_lostpackets)}) ; lost packets by remote end exten => h, n, Set (CDR (ljitt) = $ {CHANNEL (rtpqos,
2017 Mar 11
2
Is there a way to know the target's L1 data cache line size?
Hi everyone, I'm hailing from the Rust community, where there is a discussion about adding facilities for aligning data on an L1 cache line boundary. One example of situation where this is useful is when building thread synchronization primitives, where avoiding false sharing can be a critical concern. Now, when it comes to implementation, I have this gut feeling that we probably do not
2001 Aug 28
1
Pagemaker in wine, looking for hints
Hello, I'm looking for some hints on how to run pagemaker succesfully in wine. I run debian unstable and wine daily builds from http://gluck.debian.org/%7Eandreas/debian wine main When I installed Pagemaker 6.5 I had a lot of trouble with the dialogs, some could not be selected sometimes, stuck under other windows. It crashed two times when i tried custom install, as soon as i selected som
2013 Jun 10
1
"+" dialplan
Hello guys, I looking for some dial plan which can mach on +xxx numbers instead of 00xxx numbers. Some users of main use + instead of 00 for international dial. Is there any solution for this problem? As far as i readed in asterisk is some kind of replacement of characters in dial plan command. Could i use that for archiving this option? Thank you for help. Jonson. -------------- next part
2019 Sep 12
6
PGO is ineffective for Rust - but why?
Hi everyone, As part of my work for Mozilla's Low Level Tools team I've implemented PGO in the Rust compiler. The feature is available since Rust 1.37 [1]. However, so far we have not seen any actual performance gains from enabling PGO for Rust code. Performance even seems to drop 1-3% with PGO enabled. I wonder why that is and I'm hoping that someone here might have experience
2019 Sep 16
2
PGO is ineffective for Rust - but why?
Interesting. By ld do you mean GNU ld? I know GNU ld does "work" with LLVM's gold plugin, but it's an untested combination and not recommended. I wouldn't be surprised if there were some issues around it not passing necessary info to the gold plugin. Teresa On Mon, Sep 16, 2019 at 8:41 AM Michael Woerister <mwoerister at mozilla.com> wrote: > So one interesting