search for: stringtyp

Displaying 7 results from an estimated 7 matches for "stringtyp".

Did you mean: stringtype
2011 Sep 22
3
[LLVMdev] Need help in converting int to double
..."Enhancing the performance of V8 javascript engine using LLVM as a back-end". Now i'm writing code for shift left(SHL) operator. I had my own Value Structure .. it's like this Struct Value { void *val ; char type; } The "char type" holds DoubleType,DoubleConst,StringType,StringConst... when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is returning an integer value as output.. i'm unable to store the value in my structure....(because my structure can hold Doubles,Strings). Is there any way to store the integer output in my structure(...
2006 Mar 28
7
[PATCH] XML-RPC: Cope with large integers on x86-64 systems
Attached patch fixes a problem in marshaling large integers. It seems to only occur on systems with very large memory. However, on those systems, it''s a show-stopper. I see this as a temporary solution until we can sanitize the XML-RPC functions and get rid of all the S-Expression stuff. I''ll run xm-test tomorrow against it. Right now I''ve only done basic
2011 Sep 22
2
[LLVMdev] Need help in converting int to double
...gt; >> Now i'm writing code for shift left(SHL) operator. I had my own Value >> Structure .. it's like this >> >> Struct Value >> { >> void *val ; >> char type; >> } >> >> The "char type" holds DoubleType,DoubleConst,StringType,StringConst... >> >> when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is >> returning an integer value as output.. i'm unable to store the value in my >> structure....(because my structure can hold Doubles,Strings). >> >> Is there any...
2011 Sep 22
0
[LLVMdev] FW: Need help in converting int to double
..."Enhancing the performance of V8 javascript engine using LLVM as a back-end". Now i'm writing code for shift left(SHL) operator. I had my own Value Structure .. it's like this Struct Value { void *val ; char type; } The "char type" holds DoubleType,DoubleConst,StringType,StringConst... when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is returning an integer value as output.. i'm unable to store the value in my structure....(because my structure can hold Doubles,Strings). Is there any way to store the integer output in my structure(...
2011 Sep 22
0
[LLVMdev] Need help in converting int to double
...is "Enhancing the performance of V8 javascript engine using LLVM as a back-end". Now i'm writing code for shift left(SHL) operator. I had my own Value Structure .. it's like this Struct Value { void *val ; char type; } The "char type" holds DoubleType,DoubleConst,StringType,StringConst... when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is returning an integer value as output.. i'm unable to store the value in my structure....(because my structure can hold Doubles,Strings). Is there any way to store the integer output in my structure( i...
2011 Sep 22
1
[LLVMdev] Need help in converting int to double
...engine using LLVM as a back-end". > > Now i'm writing code for shift left(SHL) operator. I had my own Value > Structure .. it's like this > > Struct Value > { > void *val ; > char type; > } > > The "char type" holds DoubleType,DoubleConst,StringType,StringConst... > > when i'm executing the IrBuilder.CreateShl(LHS,RHS) instruction it is > returning an integer value as output.. i'm unable to store the value in my > structure....(because my structure can hold Doubles,Strings). > > Is there any way to store the intege...
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel