[LLVMdev] Updated ExceptionDemo patch
Garrison Venn
gvenn.cfe.dev at gmail.com
Tue Feb 2 07:59:02 PST 2010
The attached patch is an updated version of a previous example patch submitted to the list.
Although the previous patch was never added to the repository, I'm submitting the new
version for consistency sake, and to see if anyone is interested in porting this to windows.
This version conforms to the latest mainline (2.7), and no longer includes any system include files.
However there is a dependency on __attribute__((__aligned__)) being supported.
This patch which will add an exception handling example to the examples directory. Both zero cost
example specific, and foreign exception handling is demoed. The example's documentation fully
explains how to run the example.
The patch was tested for a debug build on 32bit X86 CentOS LINUX, and both a debug and release build
on OS X 10.6.2.
Garrison
PS: At the other extreme I have a version of this example that is completely generated. In this version, the personality,
and its supporting routines are generated and JITed. There is still a dependency on alignment which I'm still working
on (trying to emulate the effect of __attribute__((__aligned__))). Although this effort was taken on for my own edification,
and an experimental use in a function pass, it can be made available to the list, if this list so desires. :-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ExceptionDemo2.patch
Type: application/octet-stream
Size: 87961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100202/c244dfe8/attachment.obj>
More information about the llvm-dev
mailing list