Displaying 12 results from an estimated 12 matches for "openflags".
2007 Apr 26
2
Consumer.open()
All jdtrace examples contains consumer.open() withount arguments,
but last release needed OpenFlag as arg, anyone can tell me how can I open consumer in my code?
--
This message posted from opensolaris.org
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...ConstantSet.java:84:in `getEnumClass'
>
> from ConstantSet.java:60:in `getConstantSet'
>
> from ConstantResolver.java:181:in `getConstants'
>
> from ConstantResolver.java:102:in `getConstant'
>
> from ConstantResolver.java:146:in `intValue'
>
> from OpenFlags.java:28:in `value'
>
> from RubyFile.java:254:in `createFileClass'
>
> from Ruby.java:1273:in `initCore'
>
> from Ruby.java:1101:in `bootstrap'
>
> from Ruby.java:1079:in `init'
>
> from Ruby.java:179:in `newInstance'
>
> from Main.java:21...
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...;>
>> from ConstantSet.java:60:in `getConstantSet'
>>
>> from ConstantResolver.java:181:in `getConstants'
>>
>> from ConstantResolver.java:102:in `getConstant'
>>
>> from ConstantResolver.java:146:in `intValue'
>>
>> from OpenFlags.java:28:in `value'
>>
>> from RubyFile.java:254:in `createFileClass'
>>
>> from Ruby.java:1273:in `initCore'
>>
>> from Ruby.java:1101:in `bootstrap'
>>
>> from Ruby.java:1079:in `init'
>>
>> from Ruby.java:179:in...
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...;
>
> from ConstantSet.java:60:in `getConstantSet'
>
> from ConstantResolver.java:181:in `getConstants'
>
> from ConstantResolver.java:102:in `getConstant'
>
> from ConstantResolver.java:146:in `intValue'
>
> from OpenFlags.java:28:in `value'
>
> from RubyFile.java:254:in `createFileClass'
>
> from Ruby.java:1273:in `initCore'
>
> from Ruby.java:1101:in `bootstrap'
>
> from Ruby.java:1079:in `init'
>
> from Ruby.java:179:in `newI...
2013 Jul 22
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
....java:60:in `getConstantSet'
>>>
>>> from ConstantResolver.java:181:in `getConstants'
>>>
>>> from ConstantResolver.java:102:in `getConstant'
>>>
>>> from ConstantResolver.java:146:in `intValue'
>>>
>>> from OpenFlags.java:28:in `value'
>>>
>>> from RubyFile.java:254:in `createFileClass'
>>>
>>> from Ruby.java:1273:in `initCore'
>>>
>>> from Ruby.java:1101:in `bootstrap'
>>>
>>> from Ruby.java:1079:in `init'
>>&...
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...`getConstantSet'
>>
>> from ConstantResolver.java:181:in `getConstants'
>>
>> from ConstantResolver.java:102:in `getConstant'
>>
>> from ConstantResolver.java:146:in `intValue'
>>
>> from OpenFlags.java:28:in `value'
>>
>> from RubyFile.java:254:in `createFileClass'
>>
>> from Ruby.java:1273:in `initCore'
>>
>> from Ruby.java:1101:in `bootstrap'
>>
>> from Ruby.java:1079:in `init...
2013 Jul 22
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
...>>>>
>>>> from ConstantResolver.java:181:in `getConstants'
>>>>
>>>> from ConstantResolver.java:102:in `getConstant'
>>>>
>>>> from ConstantResolver.java:146:in `intValue'
>>>>
>>>> from OpenFlags.java:28:in `value'
>>>>
>>>> from RubyFile.java:254:in `createFileClass'
>>>>
>>>> from Ruby.java:1273:in `initCore'
>>>>
>>>> from Ruby.java:1101:in `bootstrap'
>>>>
>>>> from Ruby.j...
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary
file around. The same is true for other llvm tools.
As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and
restart the run a few times. You will get
t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff
The same would happen if there was a fatal error between the
2017 Jul 25
0
[Questions] About small files performance
...entB: 10.254.3.76
1) 10.254.3.* is for test segment, 10.128.3.* is for cluster internal
communication.
#####vdbench setup#####
hd=default,vdbench=/root/vdbench/,user=root,shell=ssh
#hd=hd1,system=10.254.3.xx
#hd=hd2,system=10.254.3.xx
fsd=fsd1,anchor=/mnt/smalltest1/smalltest/,depth=2,width=100,openflags=o_direct,files=100,size=64k,shared=yes
fwd=format,threads=256,xfersize=xxx
fwd=default,xfersize=xxx,fileio=random,fileselect=random,rdpct=60,threads=256
#fwd=fwd1,fsd=fsd1,host=hd1
#fwd=fwd2,fsd=fsd1,host=hd2
rd=rd1,fwd=fwd*,fwdrate=max,format=restart,elapsed=600,interval=1
1) Use *o_direct* to...
2013 Jul 19
0
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
Hi Kumar,
There is an error on your configuration line, you should provide the
path to llvm-config binary instead of configure file.
Assuming that you compiled llvm in release mode, the llvm-config binary
is located in :
YOUR_PATH_TO_LLVM/Release+Asserts/bin/llvm-config
Try to change the -with-llvm-config-path option and it will compile.
Harris Bakiras
On 07/19/2013 02:36 PM, Kumar
2018 Jul 15
2
llvm pass is very slow
Hi
I write a LLVM function pass. The pass will loop the basicblock in the
function, check the instruction's type with dyn_cast<switchinst>, print the
instruction and the basicblock's successors. I think it is not very complex.
My bitcode file is about 30M. My CPU is i7-7700(3.6GHz). It has been
running for 60 hours but it is still running. I am not sure whether this is
a normal
2013 Jul 19
2
[LLVMdev] Compiling "vmkit" on Ubuntu_x64 - Error: missing argument to --bindir
To compile vmkit on Ubuntu 12.04 64-bit machine, I followed the steps
giving here <http://vmkit.llvm.org/get_started.html>[1].
but when I run ./configure I am getting following error-
root at komal:/home/komal/Desktop/GSOC/vmkit/vmkit# ./configure
>> -with-llvm-config-path=../llvm-3.3.src/configure
>> --with-gnu-classpath-glibj=/usr/local/classpath/share/classpath/glibj.zip