search for: omniorb

Displaying 3 results from an estimated 3 matches for "omniorb".

2012 Aug 13
1
Websockets on Asterisk 11 and SipML5
...;m not convinced that Asterisk is actually listening for WebSocket traffic: tcpdump -v port 8088 18:57:03.051712 IP (tos 0x0, ttl 243, id 21320, offset 0, flags [DF], proto TCP (6), length 60) static-50-43-101-83.bvtn.or.frontiernet.net.63036 > ip-10-168-151-65.us-west-1.compute.internal.omniorb: Flags [S], cksum 0x4f7a (correct), seq 4055598050, win 14600, options [mss 1380,sackOK,nop,nop,nop,nop,nop,nop,nop,nop,nop,nop,nop,nop,nop,nop], length 0 18:57:03.051758 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 40) ip-10-168-151-65.us-west-1.compute.internal.omnio...
2010 Jul 22
0
[LLVMdev] [PATCH] Addition to TableGen for dumping intrinsics as XML
...on interpreter, allowing users to execute arbitrary scripts. These scripts could traverse the TableGen data model and generate appropriate output; eventually all of the emitters could be ripped out and replaced with (likely more concise) scripts. I have seen this approach used to good effect in the omniORB IDL compiler. It would be a fair amount of work to implement, however, so I don't want to pursue this approach without consensus that it would be a good idea. (It would also have to be done carefully to avoid making the build dependencies for LLVM more complex.) Whatever approach is taken, I (...
2010 Jul 15
3
[LLVMdev] [PATCH] Addition to TableGen for dumping intrinsics as XML
The LLVM libraries provide the llvm::Intrinsic::getDeclaration() function, which can provide a standard external declaration for any of the (currently) 762 defined LLVM intrinsics, both for ordinary intrinsics and for overrideable intrinsics with supplied parameter types. Clients that do not link with the LLVM libraries (such as the Open Dylan compiler, which has its own IR and its own bitcode