Re: [Felix-language] tricked again

2012-04-23 Thread john skaller
On 24/04/2012, at 3:53 AM, Raoul Duke wrote: > is it worth having the compiler spit out warnings / reports about what > optimizations like elisions happened? Not sure. The problem here is that Felix itself generates variables freely, expecting elision. Same with labels that turn out not to be u

Re: [Felix-language] tricked again

2012-04-23 Thread Raoul Duke
is it worth having the compiler spit out warnings / reports about what optimizations like elisions happened? On Mon, Apr 23, 2012 at 12:53 AM, john skaller wrote: > OMG I finally found the webserver bug: > >          var linst = Dynlink::init_lib(lib + dll_extn); >          var library = Dynlink:

[Felix-language] tricked again

2012-04-23 Thread john skaller
OMG I finally found the webserver bug: var linst = Dynlink::init_lib(lib + dll_extn); var library = Dynlink::get_library linst; var tf = Dynlink::get_thread_frame linst; var raw_setup = Dynlink::dlsym$ library, "setup"; //println$ lib+" Got setup address " +