search for: daya

Displaying 20 results from an estimated 79 matches for "daya".

Did you mean: data
2006 Aug 17
3
Migrations for migrating data across databases - is it possible?
...to migrate data under the following conditions 1. Across 2 different databases (Oracle/DB2) with same schemas. 2. Across 2 different databases (Oracle/DB2) with different schemas. I am trying to avoid writing DBI/OCI8 scripts. Can somone please shed some light if this is even possible? thanks -daya -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060817/27824f66/attachment.html
2006 Aug 10
11
Document Management System in Rails
...trol of documents. 2. Tracking version control for each group of users independently from the other group . These groups may share the same document name but may have different contents or revisions. 3. In built file server if possible. Can somebody please point me in the right direction. thanks -daya -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060810/a3742906/attachment.html
2011 Jun 29
3
[LLVMdev] specint2000 as external tests
...mpile_info compile_parms exec_info_input1 exec_info_input2 exec_info_input3 exec_info_input4 exec_info_input5 exec_info_input6 exec_info_input7 input1 Makefile make_src_164.gzip output1 output2 output3 output4 output5 output6 output7 patched_src src Does this look ok to you? Thanks for your help. Daya On Wed, Jun 29, 2011 at 3:05 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Daya, > > > checking for spec2000 benchmark sources... no, not found in > > $LLVM_SRC_ROOT/projects/test-suite-externals/speccpu2000/benchspec > > I have 164.gzip at > $LLVM_SRC_ROOT/...
2011 Jul 06
2
[LLVMdev] code generation removes duplicated instructions
...generation for arm removes the duplicated instruction and cmp instruction in arm assembly looks as follows. cmp r0, r0 This defeats the purpose of doing the duplication in the first place. Does anyone have any insight on this? Can anyone suggest some starting points to debug this? Thanks a lot. Daya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110705/20469a36/attachment.html>
2011 Jun 14
4
[LLVMdev] code generation for ARM
.../valid.bc --- llvm-link 186.crafty/src/*.bc -o 186.crafty/186.crafty.rel.bc and finally: llc -march=arm 186.crafty/186.crafty.rel.bc -o 186.crafty/186.crafty.m5arm.s And there is not inline assembly in my C code. Should I somehow specify arm related options to llvm while building llvm? Thanks Daya On Tue, Jun 14, 2011 at 1:34 PM, Anton Korobeynikov <anton at korobeynikov.info > wrote: > Hello > > > Command => llc -march=arm 186.crafty/186.crafty.rel.bc -o > > 186.crafty/186.crafty.m5arm.s > > Error => LLVM ERROR: Couldn't allocate output reg for con...
2011 Jul 06
0
[LLVMdev] code generation removes duplicated instructions
On 6 July 2011 02:31, D S Khudia <daya.khudia at gmail.com> wrote: >   %0 = load i32* %i, align 4 >   %HV14_ = getelementptr inbounds [100 x i32]* %a, i32 0, i32 %0 >   %1 = getelementptr inbounds [100 x i32]* %a, i32 0, i32 %0 >   %HVCmp7 = icmp ne i32* %1, %HV14_ >   br i1 %HVCmp7, label %relExit, label %bb.split &gt...
2011 Jul 06
2
[LLVMdev] code generation removes duplicated instructions
...ll jne .LBB0_88 arm asm: .LBB0_1: @ %bb @ in Loop: Header=BB0_5 Depth=1 ldr r0, [sp, #444] add r1, sp, #53, 28 @ 848 add r0, r1, r0, lsl #2 cmp r0, r0 str r0, [sp, #384] bne .LBB0_88 b .LBB0_2 Thanks Daya On Wed, Jul 6, 2011 at 6:18 AM, Renato Golin <renato.golin at arm.com> wrote: > On 6 July 2011 02:31, D S Khudia <daya.khudia at gmail.com> wrote: > > %0 = load i32* %i, align 4 > > %HV14_ = getelementptr inbounds [100 x i32]* %a, i32 0, i32 %0 > > %1 = gete...
2011 Jun 14
1
[LLVMdev] code generation for ARM
...nk you all for the inline assembly pointer. I have some macros (FD_ZERO, FD_SET) in benchmark code which comes from C library select (synchronous I/O multiplexing) and it does contain inline assembly. Is there a way the code containing such macros can work for ARM if compiled through llvm? Thanks Daya On Tue, Jun 14, 2011 at 3:02 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Daya, > > > And there is not inline assembly in my C code. > > there may well be in header files you include. > > > > Error => LLVM ERROR: Couldn't allocate output reg...
2011 Jun 29
2
[LLVMdev] specint2000 as external tests
...nable-spec2000 --with-llvmgccdir=<GCC Install dir> But with this configure command I still get --- checking for spec2000 benchmark sources... no, not found in $LLVM_SRC_ROOT/projects/test-suite-externals/speccpu2000/benchspec --- Can anyone please suggest what am I doing wrong here? Thanks Daya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110629/3a9aae97/attachment.html>
2006 Aug 15
1
Can migrations be used for these cases?
...;' or ''DROP table''. Some of these restrictions are ridiculous but none theless they exist in a typical beurocratic work culture. Any ideas if I should use migrations (high level) or should I write low level ruby scripts using OCI8/Ruby-DB2 interfaces. thanks in advance -daya -- Posted via http://www.ruby-forum.com/.
2011 Jun 29
0
[LLVMdev] specint2000 as external tests
...ile=/home/dskhudia/tmp/llvm-2.9/obj/projects/test-suite/External/SPEC/CINT2000/164.gzip/Output/ 164.gzip.llvm.bc.info -stats -time-passes Output/164.gzip.linked.bc \ -lc -o Output/164.gzip.llvm llvm-ld: error: Cannot find library 'c' Does anyone where is this c library expected? Thanks Daya On Wed, Jun 29, 2011 at 1:53 PM, D S Khudia <daya.khudia at gmail.com> wrote: > Hi Duncan, > > Do you have sources also in > the $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip? > > The following is content of above directory in my case. I have copied the...
2011 Jul 06
2
[LLVMdev] code generation removes duplicated instructions
...nds are not same and I guess compiler cannot be that smart at -O0. I sense something is wrong with the code generation for ARM. What other way do you suggest for duplicating since you mentioned I shouldn't rely on duplication the way I am doing it? Thanks a lot. I really appreciate your help. Daya On Wed, Jul 6, 2011 at 10:27 AM, Renato Golin <renato.golin at arm.com> wrote: > On 6 July 2011 14:55, D S Khudia <daya.khudia at gmail.com> wrote: > > The following is an example code generation for arm and x86 for a same IR > > BB. In the x86 code I can see that the...
2006 Aug 24
26
mongrel logging on win32 platform and win32 service
...C. 2. win32 service "mongrel_rails service::install -N snapshot1 -c C:\myspace\snapshot -p 4111 -e production -t 70". Now ofcourse the -l (log_file) option can''t be used so where do I see the output/error logs?? So I am basically lost on a very simple thing. Please help TIA -daya -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20060824/7b3d6648/attachment.html
2011 Jul 06
2
[LLVMdev] code generation removes duplicated instructions
Hi Renato, I am trying to add a intrinsic call between the similar two instructions which either I'll remove or convert to nop in codegen. Does that kind of seem appropriate for the purpose here? Thanks Daya On Wed, Jul 6, 2011 at 11:55 AM, Renato Golin <renato.golin at arm.com> wrote: > On 6 July 2011 15:57, D S Khudia <daya.khudia at gmail.com> wrote: > > Since I am inserting a new basic block (contains printf statement and > > program exit) which is jumped upon based on...
2011 Jun 14
0
[LLVMdev] code generation for ARM
Hi Daya, > And there is not inline assembly in my C code. there may well be in header files you include. > > Error => LLVM ERROR: Couldn't allocate output reg for constraint '{cx}'! This error message is complaining about inline assembler. Ciao, Duncan.
2011 Jun 29
0
[LLVMdev] specint2000 as external tests
Hi Daya, > checking for spec2000 benchmark sources... no, not found in > $LLVM_SRC_ROOT/projects/test-suite-externals/speccpu2000/benchspec I have 164.gzip at $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip and it seems to work. Ciao, Duncan.
2005 Oct 20
1
R package that Depends on "methods"
I am trying to build a package that depends on "methods" package. I am getting an error "protection stack overflow" at the INSTALL phase of "check". Can someone please point me to a package that depends on "methods" so that I can follow it? -Daya
2011 Jul 08
1
[LLVMdev] as: unrecognized option '-meabi=4'
...011 at 9:21 AM, raj raja <yuvaraj.addu at gmail.com> wrote: > Thanks for your reply > > I got error > > */bin/sh: build/genmodes: not found* > > I am trying to resolve it > > > Thanks > > Yuvi R > > > On Thu, Jul 7, 2011 at 8:10 PM, D S Khudia <daya.khudia at gmail.com> wrote: > >> Here is how I do it on x86-64 machine running Ubuntu-11.04: >> >> 1. install flex and bison >> 2. download arm-2011.03 from www.codesourcery.com and add to path (setenv >> PATH ${PATH}:/home/dskhudia/projects/arm-2011.03/bin) >...
2011 Jul 06
0
[LLVMdev] code generation removes duplicated instructions
On 6 July 2011 14:55, D S Khudia <daya.khudia at gmail.com> wrote: > The following is an example code generation for arm and x86 for a same IR > BB. In the x86 code I can see that the same computation is done twice and > result is stored in two different registers and then these two different > registers are used for comp...
2011 Jun 14
3
[LLVMdev] code generation for ARM
...rror => LLVM ERROR: Couldn't allocate output reg for constraint '{cx}'! Have anyone seen this before? Is there a work around for this? I have tried different register allocator using option "-regalloc=<>" to llc. It happens with all the register allocators. Thanks Daya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110614/412c9385/attachment.html>