Displaying 14 results from an estimated 14 matches for "lally".
Did you mean:
wally
2010 Aug 09
1
[LLVMdev] Endianness emulation
...39;ve got some code that I can compile using clang, that depends
on a certain endianness, can I generate bitcode that will have the
code operate correctly, even if run on machines of the the opposite
endianness? If not, what're we talking about in specific work that'd
be needed?
Thanks,
- Lally
2011 Feb 03
2
[LLVMdev] Bitcode not portable from linux to solaris?
On 02/02/2011 19:53, Lally Singh wrote:
> To answer my own question. The problem is that Solaris ships with
> very old tools, and llvmc was generating assembler that worked with a
> fresh (gcc-4.5) compile& install. I had them handy, just further
> down the path. Hopefully anyone with the same problem can...
2011 Jan 31
4
[LLVMdev] Bitcode not portable from linux to solaris?
Hi all.
I made some early experiments --- namely a llvm program that
printf'd "hello world" -- that seemed to indicate that a bitcode file
I generate on linux would work on my solaris box. Well, they're
actually the same machine, an amd opteron sun box with a linux vm
running. My generating program doesn't run on solaris, but I was
hoping to generate bitcode for it from
2011 Feb 03
0
[LLVMdev] Bitcode not portable from linux to solaris?
...Solaris ships with
very old tools, and llvmc was generating assembler that worked with a
fresh (gcc-4.5) compile & install. I had them handy, just further
down the path. Hopefully anyone with the same problem can find this
in the archive.
Thanks everyone.
On Mon, Jan 31, 2011 at 10:56 AM, Lally Singh <lally.singh at gmail.com> wrote:
> Hi all.
>
> I made some early experiments --- namely a llvm program that
> printf'd "hello world" -- that seemed to indicate that a bitcode file
> I generate on linux would work on my solaris box. Well, they're
>...
2011 Feb 03
0
[LLVMdev] Bitcode not portable from linux to solaris?
Well, then I'm royally screwed.
What would I have to add to make it work, if only for a very limited
subset of cases?
On Wed, Feb 2, 2011 at 11:44 PM, Yuri <yuri at rawbw.com> wrote:
> On 02/02/2011 19:53, Lally Singh wrote:
>>
>> To answer my own question. The problem is that Solaris ships with
>> very old tools, and llvmc was generating assembler that worked with a
>> fresh (gcc-4.5) compile& install. I had them handy, just further
>> down the path. Hopefully anyone...
2007 Oct 04
5
ZFS Crypto Alpha Release
I''m pleased to announce that the ZFS Crypto project now has Alpha
release binaries that you can download and try. Currently we only have
x86/x64 binaries available, SPARC will be available shortly.
Information on the Alpha release of ZFS Crypto and links for downloading
the binaries is here:
http://opensolaris.org/os/project/zfs-crypto/phase1/alpha/
Please pay particular note to
2007 Oct 04
5
ZFS Crypto Alpha Release
I''m pleased to announce that the ZFS Crypto project now has Alpha
release binaries that you can download and try. Currently we only have
x86/x64 binaries available, SPARC will be available shortly.
Information on the Alpha release of ZFS Crypto and links for downloading
the binaries is here:
http://opensolaris.org/os/project/zfs-crypto/phase1/alpha/
Please pay particular note to
2017 Jul 06
1
R loop function in Tableau
...tionality.
I did not find too much useful information online and I am asking helps for any examples of related low-level data calculation.
Thank you very much. Your helps and supports are really appreciated!
Best,
--
Shengyu (Freddy) Dai
Master of Science in Business Analytics
Lally School of Management
Rensselaer Polytechnic Institute
Mobile: (513)328-5659
2002 Oct 15
1
"No such file" error when reading Win98 profiles
...logon drive = H:
logon home = \\%N\%U\.ntprofile
create mask = 0664
directory mask = 0775
map system = Yes
map hidden = Yes
dos filemode = Yes
dos filetimes = Yes
================================================================
Thanks,
Ed Lally
2017 Jul 15
2
One Dimensional Monte Carlo Simulation
...;> Thank you very much. Your helps and supports are really appreciated!
>>
>>
>>
>> Best,
>>
>>
>>
>> --
>>
>>
>>
>> Shengyu (Freddy) Dai
>>
>> Master of Science in Business Analytics
>>
>> Lally School of Management
>>
>> Rensselaer Polytechnic Institute
>>
>> Mobile: (513)328-5659
>>
>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Fri, 7 Jul 2017 11:03:51 +0000
>> From: John...
2017 Aug 01
0
One Dimensional Monte Carlo Simulation
...;> Thank you very much. Your helps and supports are really appreciated!
>>
>>
>>
>> Best,
>>
>>
>>
>> --
>>
>>
>>
>> Shengyu (Freddy) Dai
>>
>> Master of Science in Business Analytics
>>
>> Lally School of Management
>>
>> Rensselaer Polytechnic Institute
>>
>> Mobile: (513)328-5659
>>
>>
>>
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Fri, 7 Jul 2017 11:03:51 +0000
>> From: John...
2005 Jan 28
0
Sybase anyone?
Hi,
I noticed on the rubyonrails site that there was mention of desire for a Sybase version of rails. Is this still a pipe
dream or is someone driving it?
Thanks,
R.
2004 Aug 04
0
simulating RED using tcsim question
I''m trying to setup a bottlekneck scenario so I can see the effects of
the RED qdisc on a congested interface.
My example simulation code is at the bottom of this email if someone
wants to see it.
The following is a snippet form TCSIMs output.
0.602000 E : 0x80bc080 40 : inputB_eth0: 45000028 00000000 40060000 ...
0.602000 D : 0x80bc080 40 : inputB_eth0: 45000028 00000000 40060000 ...
2004 Aug 06
0
problem adding new qdisc to tcsim
Hi,
I''m using ''kmod_cc'' and ''tcmod_cc'' to compile and add a new qdisc to
tcsim in the usual way.
I''ve compiled the kernel files no problem but have hit a brick wall when
trying to link together the object files into one object file.
e.g.
ld -o ld -o sch_jqueue.o jqueue.o record.o cqueue.o nclink.o ncqueue.o
''ld''