search for: do_call

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

Did you mean: do_hcall
2012 Apr 24
0
help with GUI interface
...uot;,i,sep=""), fname)) .$set_file.type(c(txt="table",csv="csv")[i]) } } switch(.$get_file.type(), "csv"={.$set_sep(","); .$set_quote('\"')}, "table"={}, {} ) .$set_output(.$do_call("read_file",.$to_R())) } dlg$OK_handler <- function(.) { out <- .$do_call("read_file",.$to_R()) assign.to <- .$get_assign.to() if(exists(assign.to, envir=.GlobalEnv)) { if(!gconfirm(sprintf("Overwrite variable %s?", assign.to))) return()...
2018 Mar 19
4
RFC: Devirtualization v2
...nvariant.group before getting any dynamic type. It is possible that we could somehow avoid it, but because virtually no one is using unions this way, this should not cause any problems.struct A { virtual void foo();};struct B : A { void foo() override;};union U { A a; B b; U() : b() {}};void do_call(A &a) { a.foo();}__attribute__((noinline)) void init_B(U &u) { new(&u.b) B;}void union_test(U &u) { do_call(u.b); new(&u.a) A; do_call(u.a); init_B(u); do_call(u.b);}int main() { U u; union_test(u);}Ptr to intIn this example, instead of comparing the pointers w...
2018 Mar 28
0
[cfe-dev] RFC: Devirtualization v2
...ut because virtually no one is using unions this way, this should not cause any problems. > > struct A { > virtual void foo(); > }; > > struct B : A { > void foo() override; > }; > > union U { > A a; > B b; > U() : b() {} > }; > > void do_call(A &a) { > a.foo(); > } > > __attribute__((noinline)) void init_B(U &u) { > new(&u.b) B; > } > > void union_test(U &u) { > do_call(u.b); > new(&u.a) A; > do_call(u.a); > > init_B(u); > do_call(u.b); > > } &g...
2018 Mar 29
2
[cfe-dev] RFC: Devirtualization v2
...e getting any dynamic > type. It is possible that we could somehow avoid it, but because virtually > no one is using unions this way, this should not cause any problems.struct > A { virtual void foo();};struct B : A { void foo() override;};union U { > A a; B b; U() : b() {}};void do_call(A &a) { > a.foo();}__attribute__((noinline)) void init_B(U &u) { new(&u.b) > B;}void union_test(U &u) { do_call(u.b); new(&u.a) A; do_call(u.a); > init_B(u); do_call(u.b);}int main() { U u; union_test(u);}Ptr to > intIn this example, instead of comp...
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
Sorry for a bit longer delay than I anticipated, I was stuffed with the work. This is the next iteration of the patch adding some functionality to apcsmart driver, and relying on 'ignorelb' recently added. Follow up from previous thread: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02331.html Main differences is that V3 is split into many small patches, so the
2017 Feb 26
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...9;ldaps://ldap.motec.com.au',), kw=kw at entry={'credentials': <credentials.Credentials at remote 0xc23620>}) at /usr/src/debug/Python-2.7.5/Objects/abstract.c:2529 result = <optimized out> call = 0x7ffff7ab3530 <type_call> #17 0x00007ffff7af2036 in do_call (nk=<optimized out>, na=<optimized out>, pp_stack=0x7fffffffd1f0, func=<optimized out>) at /usr/src/debug/Python-2.7.5/Python/ceval.c:4626 callargs = <optimized out> kwdict = {'credentials': <credentials.Credentials at remote 0xc23620>}...
2017 Feb 16
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Fri, 2017-02-17 at 07:48 +1100, Tom Robinson via samba wrote: > Anyone? Can you please post a gdb backtrace --full? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 862 bytes Desc: This is a digitally signed message part URL: