meta: add stub folder for mie ir builder/optimiser
This commit is contained in:
14
mie/README
Normal file
14
mie/README
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
METACOMPUTE INSTRUCTION ENGINE
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Mie is an abstract virtual machine and intermediate representation manipulation
|
||||||
|
toolkit. It includes facilities for building, manipulating, and optimising
|
||||||
|
intermediate representations of programs, as well as converting IR to/from
|
||||||
|
different formats.
|
||||||
|
|
||||||
|
The Mie virtual machine features an infinite amount of memory and registers.
|
||||||
|
A Mie program can be emitted by a simple front-end compiler that makes use of
|
||||||
|
these infinite resources, and Mie's optimisers will convert this program into a
|
||||||
|
form that can efficiently use and re-use a more finite set of resources.
|
||||||
|
Finally, a Mie backend can convert the program into a concrete implementation
|
||||||
|
for a particular system.
|
||||||
Reference in New Issue
Block a user