Displaying 13 results from an estimated 13 matches for "arceri".
Did you mean:
arcieri
2017 Feb 07
2
[RFC] Queries for LLVM version
...bumped then the a buggy cached
shader would continue to be used even after the distro makes the fix.
>
> Now that I see that there's more interest in this than just my own,
> I'll put up a patch on Phabricator.
Cool, thanks!
>
> On Wed, Feb 8, 2017 at 12:04 AM, Timothy Arceri via llvm-dev <llvm-de
> v at lists.llvm.org> wrote:
> > On 01/26/2017 12:45 AM, Nemanja Ivanovic via llvm-dev wrote:
> > > This has actually come up in the context of a JIT, but I think
> > that
> > > having the functionality in general could be useful.
>...
2017 Feb 08
2
[RFC] Queries for LLVM version
So Mehdi,
you're not in favour of providing this functionality then? Or just not in
favour of that use case?
On Wed, Feb 8, 2017 at 10:18 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
> > On Feb 7, 2017, at 5:44 PM, Timothy Arceri via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > On Wed, 2017-02-08 at 00:12 +0100, Nemanja Ivanovic wrote:
> >> I am certainly willing to write up a patch to do this. I was hoping
> >> to get a few more responses/buy-in from the community.
> >...
2017 Feb 08
2
[RFC] Queries for LLVM version
...ing.cpp
> https://github.com/llvm-mirror/llvm/blob/master/include/llvm/Support/
> CachePruning.h
>
> —
> Mehdi
>
>
>
> On Wed, Feb 8, 2017 at 10:18 AM, Mehdi Amini <mehdi.amini at apple.com>
> wrote:
>
>>
>> > On Feb 7, 2017, at 5:44 PM, Timothy Arceri via llvm-dev <
>> llvm-dev at lists.llvm.org> wrote:
>> >
>> > On Wed, 2017-02-08 at 00:12 +0100, Nemanja Ivanovic wrote:
>> >> I am certainly willing to write up a patch to do this. I was hoping
>> >> to get a few more responses/buy-in from the...
2004 Jan 30
2
tc classes limit
This may be answered somewhere but i tried googling for it with no luck,
so...
What''s the limit on number of traffic classes (classid) you can define on
Linux ?
--
Using M2, Opera''s revolutionary e-mail client: http://www.opera.com/m2/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc
2012 Apr 07
6
[Bug 48424] New: Fix warnings/errors reported by clang's scan-build tool
https://bugs.freedesktop.org/show_bug.cgi?id=48424
Bug #: 48424
Summary: Fix warnings/errors reported by clang's scan-build
tool
Classification: Unclassified
Product: Mesa
Version: git
Platform: x86 (IA32)
URL: https://gitorious.org/jobermayr/scan-build-mesa
OS/Version: All
2017 Feb 07
2
[RFC] Queries for LLVM version
On 01/26/2017 12:45 AM, Nemanja Ivanovic via llvm-dev wrote:
> This has actually come up in the context of a JIT, but I think that
> having the functionality in general could be useful.
>
> Currently, there does not appear to be an API in LLVM to query for
> LLVM version information. In the particular context where this came
> up, LLVM is used as a shared library and various
2004 Dec 03
3
HTB High CPU Utilization
Hi, i''m running a Bridge/iptables firewall, with no tc filters
configured CPU utilization barely reaches 1%, i had to rate limit one
particular server outgoing traffic and setup a HTB scheme like this
iptables -F PREROUTING -t mangle
iptables -A PREROUTING -t mangle -p tcp -s 99.99.99.99 -j MARK --set-mark 2
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 10: htb default
2004 Jan 28
4
Problems with HTB (ceil being overpassed)
We run a Hosting farm behind a bridge/iptables firewall setup running
Gentoo with kernel 2.4.20-gentoo-r6, connected to a dual 15Mbps
international internet pipe / , as this:
Net Pipe --------- eth1 Bridge/Firewall eth0 -------- Internal Hosting
Network
lately we have been looking at htb to somehow control excessive usage from
the users behind, but in our implementation there seems to be an
2016 Jan 30
8
[Bug 93934] New: DRI_PRIME=1: DeadIsland crashes when loading finish
https://bugs.freedesktop.org/show_bug.cgi?id=93934
Bug ID: 93934
Summary: DRI_PRIME=1: DeadIsland crashes when loading finish
Product: Mesa
Version: 11.0
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2015 May 24
2
[Mesa-dev] [PATCH 07/11] glsl: Add arb_cull_distance support
On Sun, 2015-05-24 at 19:58 +0200, Tobias Klausmann wrote:
> Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>
> ---
> src/glsl/ast_to_hir.cpp | 14 +++++
> src/glsl/builtin_variables.cpp | 13 +++-
> src/glsl/glcpp/glcpp-parse.y | 3 +
> src/glsl/glsl_parser_extras.cpp | 1 +
> src/glsl/glsl_parser_extras.h
2005 Feb 18
0
Route away packets addressed to the machine itself w/iproute and Netfilter
I have a box with only 1 IP (lets say 10.0.0.1) which has an ipip tunnel
to another machine (lets say 10.2.0.1)(different networks) i wan''t all
packets coming to 10.0.0.1 destination port 80 be routed thru the tunnel
device and be answered by 10.2.0.2 (which has an interface configured
with 10.0.0.1).
It works if the incoming ip address is not configured on the receiving
machine
2004 Mar 05
0
Squid-qos Patch Trouble
Hiya, i have a squid-2.5.4 transparent proxy working in http accelerator
mode (i.e. web servers are behind the squid, and all www records point to
the squid IP) and i want to implement some sort of bandwidth management
so, for example, any given hosted website/server won''t eat more than let''s
say 1Mbit of upstream bandwidth, i have recompiled squid using Patrick
Mchardy
2004 Mar 16
0
SQUID + tc problems
I''m trying to limit bandwidth consumption of sites hosted behind a squid
working as a reverse transparent proxy (squid 2.5.3 with Patrick McHardy
tcp_outgoing_priority patch) but with traffic levels for a given site of
1Mbps, only about 1% of the traffic shows up in a tc -s -d.
Anyone has experience working with this setup ? is there any alternative
or special consideration when