Displaying 15 results from an estimated 15 matches for "cfis".
Did you mean:
cfi
2009 Apr 14
3
CIFS hang
...nt.cifs //w2000/docs /var/www/documents -o
dir_mode=0777,file_mode=0444,gid=100,uid=501,username=winuser,password=winpass
From time to time, for whatever reason, the Windows 2000 Server requires
rebooting and if they reboot it without first allowing us to umount the
cifs, all requests to the cfis directory will hang. Requests, cd
commands, df commands ... all hang ... for as long as three HOURS and they
cannot be killed (kill -1, -15, -9) and the smb cannot be
restarted. Presumably this is all a result of the calls being hung within
the kernel.
It has been suggested that we upgrade...
2017 Nov 10
2
[RFC] Making .eh_frame more linker-friendly
...o do full decoding of eh_frame records to remove garbage.
Paul is right there will be code size overhead. Eh_frame is usually created per a compilation module with common information in CFI. Multiple eh_frames will cause a lot of redundant CFI. There might be a case when the total size of redundant CFIs will be greater than the total size of removed garbage.
As I wrote in the previous message, I don't think there's a size issue in link results because even existing linkers merge CIEs by contents.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://li...
2017 Oct 26
4
[RFC] Making .eh_frame more linker-friendly
...o do full decoding of eh_frame records to remove garbage.
Paul is right there will be code size overhead. Eh_frame is usually created per a compilation module with common information in CFI. Multiple eh_frames will cause a lot of redundant CFI. There might be a case when the total size of redundant CFIs will be greater than the total size of removed garbage.
Thanks,
Evgeny Astigeevich
The Arm Compiler Optimization team
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of "Robinson, Paul via llvm-dev" <llvm-dev at lists.llvm.org>
Reply-To: "Robinson, Paul&q...
2017 Nov 10
2
[RFC] Making .eh_frame more linker-friendly
...o do full decoding of eh_frame records to remove garbage.
Paul is right there will be code size overhead. Eh_frame is usually created per a compilation module with common information in CFI. Multiple eh_frames will cause a lot of redundant CFI. There might be a case when the total size of redundant CFIs will be greater than the total size of removed garbage.
As I wrote in the previous message, I don't think there's a size issue in link results because even existing linkers merge CIEs by contents.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://li...
2004 Oct 19
0
problems with multiple linux boxes hitting WIN2000 shares, cifs cifs-1.20c-2.4, linux 2.4.27 kernel
...ponse buffer
Stats also shows: 2156 session 1688 share reconnects
One box finally gave up. I could not get apache to let go of the cifs
mounts. When I did a shutdown the box hung and I had to do a power cycle.
I switched the second box back to smbfs and now the first box is again
happily running cfis.
Any hints above how I can get both boxes to talk to the Win2000 server
at the same time? The WIN2000 event logs didn't pick up any errors.
Thanks, Joe Edwards
UW Libraries
2005 Oct 09
0
[Fwd: Re: [Swig] Re: Object return problem]
Forwarded from the SWIG mailing list, so we have a copy in our archives.
Kevin
-------- Original Message --------
Subject: Re: [Swig] Re: Object return problem
Date: Sun, 09 Oct 2005 18:31:40 -0400
From: Kevin Smith <wxruby@qualitycode.com>
To: Charlie Savage <cfis@interserv.com>
CC: Swig@cs.uchicago.edu
References: <4347277E.1030700@mindspring.com> <4349911B.70200@interserv.com>
Hi guys,
I just figured out the answer. wxWindow uses directors (as almost all
our wxruby classes do), and the swig error message hints at the problem.
We need to us...
2019 Oct 11
2
[RFC] Propeller: A frame work for Post Link Optimizations
...and only if it has profile.
> Most of the time, a function is not split. It also has an option not to
> split at all. For internally reordered basic blocks of a given function, it
> has CFI deduplication logic (it will interpret and build the CFI states for
> each block and rewrite the CFIs in a way that uses the minimum number of
> instructions to encode the states for each block).
>
>
>
> *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of James Y
> Knight via llvm-dev <llvm-dev at lists.llvm.org>
> *Reply-To: *James Y Knight <jykni...
2019 Oct 02
4
[RFC] Propeller: A frame work for Post Link Optimizations
I'm a bit confused by this subthread -- doesn't BOLT have the exact same
CFI bloat issue? From my cursory reading of the propellor doc, the CFI
duplication is _necessary_ to represent discontiguous functions, not
anything particular to the way Propellor happens to generate those
discontiguous functions.
And emitting discontiguous functions is a fundamental goal of this, right?
On Wed,
2007 Oct 02
19
Per-Request View Paths
I haven''t had a chance to work on fixing multiple controller view paths
recently. My original patch attempt was:
http://dev.rubyonrails.org/ticket/8582
It was rejected due to the fact that it was fixing the symptom more than the
problem.
However, I think it''s critical that this problem get fixed, otherwise the
whole concept of view_paths is severely neutered and
2019 Oct 17
2
[RFC] Propeller: A frame work for Post Link Optimizations
...and only if it has profile.
> Most of the time, a function is not split. It also has an option not to
> split at all. For internally reordered basic blocks of a given function, it
> has CFI deduplication logic (it will interpret and build the CFI states for
> each block and rewrite the CFIs in a way that uses the minimum number of
> instructions to encode the states for each block).
>
>
>
> *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of James Y
> Knight via llvm-dev <llvm-dev at lists.llvm.org>
> *Reply-To: *James Y Knight <jykni...
2019 Oct 14
2
[RFC] Propeller: A frame work for Post Link Optimizations
...profile. Most of the time, a function is not split. It also has an option
>>> not to split at all. For internally reordered basic blocks of a given
>>> function, it has CFI deduplication logic (it will interpret and build the
>>> CFI states for each block and rewrite the CFIs in a way that uses the
>>> minimum number of instructions to encode the states for each block).
>>>
>>>
>>>
>>> *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of James Y
>>> Knight via llvm-dev <llvm-dev at lists.llvm.o...
2019 Oct 18
3
[RFC] Propeller: A frame work for Post Link Optimizations
...and only if it has profile.
> Most of the time, a function is not split. It also has an option not to
> split at all. For internally reordered basic blocks of a given function, it
> has CFI deduplication logic (it will interpret and build the CFI states for
> each block and rewrite the CFIs in a way that uses the minimum number of
> instructions to encode the states for each block).
>
>
>
> *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of James Y
> Knight via llvm-dev <llvm-dev at lists.llvm.org>
> *Reply-To: *James Y Knight <jykni...
2019 Oct 22
2
[RFC] Propeller: A frame work for Post Link Optimizations
...and only if it has profile.
> Most of the time, a function is not split. It also has an option not to
> split at all. For internally reordered basic blocks of a given function, it
> has CFI deduplication logic (it will interpret and build the CFI states for
> each block and rewrite the CFIs in a way that uses the minimum number of
> instructions to encode the states for each block).
>
>
>
> *From: *llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of James Y
> Knight via llvm-dev <llvm-dev at lists.llvm.org>
> *Reply-To: *James Y Knight <jykni...
2017 Oct 26
4
[RFC] Making .eh_frame more linker-friendly
No I haven't. Thank you for the pointer.
Looks like the problem of the inverted edges was discussed there. But I
guess my bigger question is this: why do we still create one big .eh_frame
even if -ffunction-sections is given?
When the option is given, Clang creates .text, .rela.text and
.gcc_exception_table sections for each function, but it still creates a
monolithic .eh_frame that covers
2019 Sep 24
9
[RFC] Propeller: A frame work for Post Link Optimizations
Greetings,
We, at Google, recently evaluated Facebookâs BOLT, a Post Link Optimizer
framework, on large google benchmarks and noticed that it improves key
performance metrics of these benchmarks by 2% to 6%, which is pretty impressive
as this is over and above a baseline binaryalready heavily optimized with
ThinLTO + PGO. Furthermore, BOLT is also able to improve the performance of
binaries