Displaying 14 results from an estimated 14 matches similar to: "optim "CG" bug w/patch proposal (PR#8786)"
2006 May 24
0
optim "CG" bug w/patch proposal (PR#8786)
On Wed, 17 May 2006, Prof Brian Ripley wrote:
> On Wed, 17 May 2006, maechler at stat.math.ethz.ch wrote:
>
>>
>>>>>>> "Duncan" == Duncan Murdoch <murdoch at stats.uwo.ca>
>>>>>>> on Tue, 16 May 2006 08:34:06 -0400 writes:
>>
>> Duncan> On 5/16/2006 4:56 AM, westfeld at inf.tu-dresden.de
>>
2008 Apr 29
0
[LLVMdev] [PATCH] use-diet for review
On Apr 29, 2008, at 1:27 AM, Gabor Greif wrote:
> Hi all,
>
> I have reported more than enough about the space savings achieved
> and the associated costs, here comes the current patch for review.
>
> Since this one is substantially smaller than the previous one, I did
> not cut it in pieces. The front part is about headers and the rest
> the .cpp and other files.
Hi
2008 Apr 29
5
[LLVMdev] [PATCH] use-diet for review
Hi all,
I have reported more than enough about the space savings achieved
and the associated costs, here comes the current patch for review.
Since this one is substantially smaller than the previous one, I did
not cut it in pieces. The front part is about headers and the rest
the .cpp and other files.
Cheers,
Gabor
-------------- next part --------------
An embedded and charset-unspecified
2016 May 04
2
OrcLazyJIT for windows
Hi David,
This is really cool. I'd love to get this in-tree.
There are two ways we could go about this:
(1) Make the OrcArchitecture interface ABI-aware so that it can choose the
right resolver code,
or
(2) Replace the OrcArchitecture classes with OrcABI classes. I.e. We'd just
a rename OrcX86_64 -> Orc_X86_64_SysV (and rename I386 & AArch64 similarly)
, then we add your code as
2010 Apr 20
5
Tremor maintenance
hi,
could someone please apply these to Tremor svn?
0001-update_symbols.patch
there are 3 public symbols in the headers, which are missing in the
linker script and thus marked as private again. This causes issues for
e.g. gstreamer (https://bugzilla.gnome.org/show_bug.cgi?id=616194).
0002-pkgconfig.patch
this adds a pkg config file
You probably also want to do something like
Index:
2013 Dec 03
0
[LLVMdev] Please update LDC references on LLVM website
Can you send a patch?
On 2 December 2013 06:44, Kai Nacke <kai at redstar.de> wrote:
> Hi!
>
> I like to submit some updates to the LLVM website regarding the LDC
> compiler. All links are currently out-of-date. The following pages need
> updates:
>
> On page http://www.llvm.org/Users.html, please replace the existing entry
> "LLVM D Compiler" in section
2013 Dec 02
3
[LLVMdev] Please update LDC references on LLVM website
Hi!
I like to submit some updates to the LLVM website regarding the LDC
compiler. All links are currently out-of-date. The following pages need
updates:
On page http://www.llvm.org/Users.html, please replace the existing
entry "LLVM D Compiler" in section "Open Source Projects" with:
<tr>
<td><a href="http://wiki.dlang.org/LDC/">
2005 May 24
0
Segmentation violation in eval.c (R 2.1.0) (PR#7893)
Hi,
I get a segmentation fault in eval.c:
do_set (call=0x8ce166c, op=0x82b43b8, args=0x8ce1650, rho=0x8acf218)
at eval.c:1309
1309 switch (NAMED(s)) {
The instruction is
0x080becf1 <do_set+177>: movzbl (%eax),%edx
and %eax contains a non-accessible address
(gdb) x/x $eax
0x4a5bf008: Cannot access memory at address 0x4a5bf008
in another try it was
(gdb) x/x
2013 Dec 03
1
[LLVMdev] Please update LDC references on LLVM website
On 03.12.2013 14:30, Rafael EspĂndola wrote:
> Can you send a patch?
Hi Rafael, the patch is attached.
@Mikael, Tim
Thanks for the help. I really needed only the link to the repo.
Regards,
Kai
>
> On 2 December 2013 06:44, Kai Nacke <kai at redstar.de> wrote:
>> Hi!
>>
>> I like to submit some updates to the LLVM website regarding the LDC
>> compiler. All
2015 Jan 11
3
[LLVMdev] [RFC] [PATCH] add tail call optimization to thumb1-only targets
Hello,
find enclosed a first patch for adding tail call optimizations for
thumb1 targets.
I assume that this list is the right place for publishing patches for
review?
Since this is my first proposal for LLVM, I'd very much appreciate your
feedback.
What the patch is meant to do:
For Tail calls identified during DAG generation, the target address will
be loaded into a register
by use
2016 Feb 13
6
heads up: /boot space on kernel upgrade
On Sat, February 13, 2016 5:57 am, Timothy Murphy wrote:
> Devin Reade wrote:
>
>> I have a CentOS 6 machine that was initially installed as CentOS 6.4
>> in May of 2013. It's /boot filesystem is 200M which, IIRC, was the
>> default /boot size at the time.
>
> As a matter of interest, is there any advantage today
> in having a /boot partition?
> I thought
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
The R-1.2.1 builds have gone fairly smoothly on most of my UNIX
architectures, but there were many warnings reported by the picky SGI
compiler that could be eliminated in future releases.
Generally, I have found the SGI compilers very helpful in ferreting
out portability problems, unused and/or obsolete variables, unexpected
datatype coercions, etc., and they compile faster than any other
2007 Apr 18
1
[BRIDGE]A basic question: what's the relationship of the Rx/Tx packets count between the bridge and its enslaved NIC.
I have a bridge br0, it enslaves two NICs: eth0 and eth1.
By using "cat /proc/net/dev ", i can see the Rx/Tx packets and bytes
through each interface. just like this:
[* time tick 1 *]
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed
multicast|bytes packets errs drop fifo colls carrier compressed
2019 Nov 01
0
Wine release 4.19
The Wine development release 4.19 is now available.
What's new in this release (see below for details):
- A number of additional VBScript features.
- More stateblock support in WineD3D.
- Some fixes for ARM64 support.
- Various bug fixes.
The source is available from the following locations:
https://dl.winehq.org/wine/source/4.x/wine-4.19.tar.xz