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.
-
Notifications
You must be signed in to change notification settings - Fork 3
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
c0d1f1ed/SoftWire
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published