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
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:
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 " +