search for: rawmaterialsoftware

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

2002 Dec 18
0
[fwd] new product using ogg (from: jules@rawmaterialsoftware.com)
Just in case the main list hadn't seen this (I'm trying to clear out some old email backlog that went to feedback). Monty <p>----- Forwarded message from Julian Storer <jules@rawmaterialsoftware.com> ----- Delivery-Date: Thu Nov 28 15:14:31 2002 Delivery-Date: Mon Nov 11 13:11:53 2002 From: "Julian Storer" <jules@rawmaterialsoftware.com> To: feedback@vorbis.com Subject: new product using ogg X-Mailer: WebMail 1.25 <p>Just thought you folks might be interested in...
2012 May 07
2
[LLVMdev] Running Objective-C in the JIT
Hello, I've been trying to get some OSX code to execute within the JIT, and it's been causing me some major headaches! I'm attempting to JIT-compile some code which uses external OSX obj-C classes (Cocoa, etc), and also contains its own embedded obj-C classes. My first hurdle in doing this was that when the code tried to call Cocoa classes, the obj-C selectors weren't being
2012 May 08
3
[LLVMdev] Running Objective-C in the JIT
Thanks for the info! Yes, the problem is certainly that the JITed code isn't registering its classes, but even after digging through all the runtime code I can't find anything that seems suitable for doing this.. The nearest function I could find was _objc_init_image, but that seems to be for win32! I assume that the way it works must be that clang creates some static data structures