Displaying 4 results from an estimated 4 matches for "p_stream".
Did you mean:
_stream
2008 Apr 23
2
[LLVMdev] templates vs code to generate IR
...TRING ';' -> println(s={$STRING.text})
;
Now compare that to what you would have to do using Java code to
create a data structure:
InstructionHandle start =
il.append(factory.createFieldAccess("java.lang.System", "out",
p_stream,
Constants.GETSTATIC));
il.append(new PUSH(cp, "Hello"));
il.append(factory.createInvoke("java.io.PrintStream", "print",
Type.VOID,
new Type[] { Type.STRING },...
2008 Apr 24
0
[LLVMdev] templates vs code to generate IR
...$STRING.text})
> ;
>
> Now compare that to what you would have to do using Java code to
> create a data structure:
>
> InstructionHandle start =
> il.append(factory.createFieldAccess("java.lang.System", "out",
> p_stream,
> Constants.GETSTATIC));
> il.append(new PUSH(cp, "Hello"));
> il.append(factory.createInvoke("java.io.PrintStream", "print",
> Type.VOID,
> new Type[] {...
2009 Nov 17
0
No subject
P_STREAM can get more than 4GMb/s for the receive side, and more than 5GMb/=
s for the send side.
Is it the result from the raw socket or through tap?
I want to duplicate such performance with vhost on my side. I can only get =
more than 1GMb/s with following conditions:
1) disabled the GRO feature in the h...
2009 Nov 17
0
No subject
P_STREAM can get more than 4GMb/s for the receive side, and more than 5GMb/=
s for the send side.
Is it the result from the raw socket or through tap?
I want to duplicate such performance with vhost on my side. I can only get =
more than 1GMb/s with following conditions:
1) disabled the GRO feature in the h...