Displaying 2 results from an estimated 2 matches for "996738".
2007 Oct 27
4
do 1.1b4 assertion failed: (mailbox_list_is_valid_existing_name
...= "client_input"
#23 0x00000000004ab987 in io_loop_handler_run (ioloop=0x5f3140) at ioloop-kqueue.c:149
ctx = (struct ioloop_handler_context *) 0x5fe0a0
events = (struct kevent *) 0x600000
event = (const struct kevent *) 0x600000
tv = {tv_sec = 9, tv_usec = 996738}
ts = {tv_sec = 9, tv_nsec = 996738000}
io = (struct io_file *) 0x5f36c0
events_count = 2
t_id = 2
msecs = 9997
ret = 1
i = 0
__PRETTY_FUNCTION__ = "io_loop_handler_run"
#24 0x00000000004aaaa0 in io_loop_run (ioloop=0x5f3140)...
2007 Nov 08
3
[LLVMdev] Newbie JITter
Hi,
I'm experimenting with using LLVM to generate dynamic FFI bridges
in VisualWorks Smalltalk. LLVM is an amazing thing! I'm going from
dynamically generated assembler source to machine code, and I have
that all working, copied from the llc tool and the JIT example. I
have two questions:
1. What optimization passes, if any, should I run on the module
before I pass it to the