Run-Time Intrinsics and Automatic Register Allocation using SoftWire

nicolas_capens@hotmail.com (c0d1f1ed)
21 Jul 2003 21:42:56 -0400

          From comp.compilers

Related articles
Run-Time Intrinsics and Automatic Register Allocation using SoftWire nicolas_capens@hotmail.com (2003-07-21)
| List of all articles for this month |

From: nicolas_capens@hotmail.com (c0d1f1ed)
Newsgroups: comp.compilers
Date: 21 Jul 2003 21:42:56 -0400
Organization: http://groups.google.com/
Keywords: optimize, 386
Posted-Date: 21 Jul 2003 21:42:56 EDT

A new tutorial covering SoftWire's newest features has been posted at
http://softwire.sourceforge.net/tutorial.html


SoftWire is a run-time x86 assembler available under the LGPL. This
makes it useful for a compiler's code generator, a JIT-compiler for
scripting languages, or for eliminating branches in tight inner loops.
In the tutorial we focus on SoftWire's use for a compiler back-end.


It is succesfully being used in two real-time software rendering
projects; Real Virtuality and swShader:
http://softwire.sourceforge.net/extra.html


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.