Skip to content

SoftWire lets you create new functions at run-time using functions and constructs which closely resemble x86 syntax, entirely within C++. Through dynamic specialization you can generate code that is more optimized for the task at hand than can be achieved through static optimization.

License

Notifications You must be signed in to change notification settings

c0d1f1ed/SoftWire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftWire

SoftWire lets you create new functions at run-time using functions and constructs which closely resemble x86 syntax, entirely within C++. Through dynamic specialization you can generate code that is more optimized for the task at hand than can be achieved through static optimization. It is suited for implementing high performance pipelined calculations such as in graphics, but can also be used as the back-end for a (JIT) compiler or for encryption purposes.

About

SoftWire lets you create new functions at run-time using functions and constructs which closely resemble x86 syntax, entirely within C++. Through dynamic specialization you can generate code that is more optimized for the task at hand than can be achieved through static optimization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages