Displaying 20 results from an estimated 46 matches for "2e8".
Did you mean:
28
2017 Nov 21
1
Truncating vectors by reference in C-backend
...quot;return(R_NilValue);"))
## create a large vector that only fits into memory once
x <- 1 : 2e9
## shrink it
shrinkVector(x)
## shrinking seems to have worked
print(length(x) == 1)
# [1] TRUE
print(object.size(x))
# 48 bytes
## but I can't reuse the memory for a large x2:
x2 <- 1 : 2e8
# Error: cannot allocate vector of size 762.9 Mb
## if I remove x, it works
rm(x)
gc()
x2 <- 1 : 2e8
Thank you very much for your help.
Kind regards,
Markus Bonsch
2012 Jul 05
3
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
...uot;writing a pass" tutorial the "Hello" pass
has been declared as a struct but most (if not all) the LLVM passes are
written as classes.
Thanks a lot;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120705/ff65500b/attachment.html>
2012 Jul 05
1
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
...;Hello" pass has been
> declared as a struct but most (if not all) the LLVM passes are written as
> classes.
>
> Thanks a lot;
> --
> Arnamoy Bhattacharyya
> Athabasca Hall 143
> Department of Computing Science - University of Alberta
> Edmonton, Alberta, Canada, T6G 2E8
> 587-710-7073
>
>
>
> --
> Arnamoy Bhattacharyya
> Athabasca Hall 143
> Department of Computing Science - University of Alberta
> Edmonton, Alberta, Canada, T6G 2E8
> 587-710-7073
>
> _______________________________________________
> LLVM Developers mailing l...
2012 Jul 05
0
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
...uot;writing a pass" tutorial the "Hello" pass
has been declared as a struct but most (if not all) the LLVM passes are
written as classes.
Thanks a lot;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachmen...
2012 May 20
1
[LLVMdev] Error While Inserting New Instruction to LLVM IR
...code/LLVMBitCodes.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/VMCore/Instruction.cpp
llvm/lib/VMCore/Instructions.cpp
llvm/include/llvm-c/core.h
Thank you;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
780-680-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120520/c12b74c3/attachment.html>
2013 Nov 05
2
[LLVMdev] Identifying the instructions that uses a pointer used as a function argument
...register and then the register is passed in the argument.
Sorry if the question does not make sense. Any pointer or explanation
will be appreciated.
Thanks a lot!!
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
2013 Nov 05
1
[LLVMdev] Identifying the instructions that uses a pointer used as a function argument
...he question does not make sense. Any pointer or explanation
>> will be appreciated.
>>
>> Thanks a lot!!
>> --
>> Arnamoy Bhattacharyya
>> Athabasca Hall 143
>> Department of Computing Science - University of Alberta
>> Edmonton, Alberta, Canada, T6G 2E8
>> 587-710-7073
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
Arnamoy Bhattacharyya
Athabasca Hall 143
D...
2012 Jun 20
3
[LLVMdev] Is Loop Dependence Analysis Printing Correct Stats?
...st we get 11 "dependent"(must) accesses and later it says
11 "unknown" (may) accesses? Am I doing anything wrong or the code seems
buggy?
Thanks;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120620/2dc31fde/attachment.html>
2012 Sep 07
1
[LLVMdev] Get the filename on which a pass is running?
...un
my pass like this -
opt -S -loops -load /home/arnie/llvm-clang/llvm/Release+Asserts/lib/XYZ.so
-xyz <b.bc> b1.bc
I want to get b.bc in the pass.
Thank you;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120906/5152ad42/attachment.html>
2008 Nov 03
1
smbtorture : Unknown operation mkdir
...ight
version of smbtorture?
Have a nice day,
Francis
--
Francis Giraldeau, Ing jr.
Analyste Infrastructure
Directeur Qualit?
T?l?phone : (819) 780-8955 poste 1111
Sans frais : 1-800-996-8955
T?l?copieur : (819) 780-8871
Revolution Linux Inc.
2100 King ouest - bureau 260
Sherbrooke (Qu?bec)
J1J 2E8 CANADA
http://www.revolutionlinux.com
Toutes les opinions et les prises de position exprimees dans ce courriel
sont celles de son auteur et ne representent pas necessairement celles
de Revolution Linux
Any views and opinions expressed in this email are solely those of the
author and do not neces...
2012 Sep 05
2
[LLVMdev] llvm::ConstantArray::get(llvm::LLVMContext&, llvm::StringRef, bool) deprecated?
...Constant using currently available get method?
Previously llvm::ConstantArray::get(getGlobalContext(), "hello world",
true) should have worked.
Thank you;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120905/1bfb4bec/attachment.html>
2013 Nov 05
0
[LLVMdev] Identifying the instructions that uses a pointer used as a function argument
...e argument.
>
> Sorry if the question does not make sense. Any pointer or explanation
> will be appreciated.
>
> Thanks a lot!!
> --
> Arnamoy Bhattacharyya
> Athabasca Hall 143
> Department of Computing Science - University of Alberta
> Edmonton, Alberta, Canada, T6G 2E8
> 587-710-7073
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed......
2012 Jun 16
2
[LLVMdev] What's Going Wrong with GCC 4.6.3 + dragonegg 3.1
...bc
output:
hello world
hello.c:
#include <stdio.h>
int main() {
printf("hello world\n");
return 0;
}
Any suggestions on how to do it in llvm-gcc?
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120616/75684e09/attachment.html>
2012 Jul 04
1
[LLVMdev] Correct Way to Build an LLVM Pass
...s it the only way to integrate my
pass into LLVM? Because, every time I modify my pass, I have to rebuilt
LLVM which takes close to half-an-hour to build?
Thank you;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120704/f508dbe4/attachment.html>
2012 Sep 05
1
[LLVMdev] Calling a function with a pointer to a global char array as argument
...teType*]: Assertion `isa<X>(Val) &&
"cast<Ty>() argument of incompatible type!"' failed.
What might I be doing wrong?
Thanks a lot;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
587-710-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120905/818702a6/attachment.html>
2010 Nov 09
1
[LLVMdev] How can we recruit a reviewer for our path-profiling implementation?
...nd possibly approve it for commitment?
Cheers,
Nelson
/
\ / / Jose Nelson Amaral - amaral at cs.ualberta.ca
) / ( Professor
/ / \ Dept. of Computing Science - University of Alberta
( / ) Edmonton, Alberta, Canada, T6G 2E8
\ O / Phone: (780)492-5411 Fax: (780)492-1071
\ / http://www.cs.ualberta.ca/~amaral
`----'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101109/6c14d22d/attachment.htm...
2008 Nov 12
1
[fdo] Custom printer list for all applicatons
...lementation, and
feedback is welcome.
Cheer,
Francis
--
Francis Giraldeau, Ing jr.
Analyste Infrastructure
Directeur Qualit?
T?l?phone : (819) 780-8955 poste 1111
Sans frais : 1-800-996-8955
T?l?copieur : (819) 780-8871
Revolution Linux Inc.
2100 King ouest - bureau 260
Sherbrooke (Qu?bec)
J1J 2E8 CANADA
http://www.revolutionlinux.com
Toutes les opinions et les prises de position exprimees dans ce courriel
sont celles de son auteur et ne representent pas necessairement celles
de Revolution Linux
Any views and opinions expressed in this email are solely those of the
author and do not neces...
2012 May 18
3
[LLVMdev] Adding a New Instruction to LLVM IR
...parse my
instruction from assembly text file (STEP 4) and add the grammar on how my
instruction can be read and what it will construct as a result (STEP 5).
Thanks;
--
Arnamoy Bhattacharyya
Athabasca Hall 143
Department of Computing Science - University of Alberta
Edmonton, Alberta, Canada, T6G 2E8
780-680-7073
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120518/29f7d3ec/attachment.html>
2010 Dec 25
0
[LLVMdev] Reviewer for our Path Profiling Implementation
...observe any impact on performance.
--
Cheers,
Nelson
/
\ / / Jose Nelson Amaral - amaral at cs.ualberta.ca
) / ( Professor
/ / \ Dept. of Computing Science - University of Alberta
( / ) Edmonton, Alberta, Canada, T6G 2E8
\ O / Phone: (780)492-5411 Fax: (780)492-1071
\ / http://www.cs.ualberta.ca/~amaral
`----'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101224/c161a3f1/attachment.htm...
2010 Oct 24
4
[LLVMdev] Inlining in LLVM
...whatever front-end is
being used?
--
Cheers,
Nelson
/
\ / / Jose Nelson Amaral - amaral at cs.ualberta.ca
) / ( Professor
/ / \ Dept. of Computing Science - University of Alberta
( / ) Edmonton, Alberta, Canada, T6G 2E8
\ O / Phone: (780)492-5411 Fax: (780)492-1071
\ / http://www.cs.ualberta.ca/~amaral
`----'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101024/88258fca/attachment.htm...