Commit Graph

3 Commits (master)

Author SHA1 Message Date
David Allsopp 0884ba5445 Correct copyright header formatting 2017-10-25 23:54:39 +01:00
alainfrisch 867f3a76ae Modernize file headers. 2017-02-22 23:28:43 +01:00
Nicolas Ojeda Bar e75c87dc48 Initial import of linear-scan-register-allocator
The code in this commit was written by Marcell Fischbach & Benedikt Meurer.
See [Mantis#5324](http://caml.inria.fr/mantis/view.php?id=5324) for some
context.

The code (which was originally written against 3.12) was ported to trunk by
doing

```bash
git clone https://github.com/bmeurer/ocaml-experimental/
cd ocaml-experimental
git diff master...linear-scan-register-allocator > t.diff
```

and then applying the diff by hand.
2017-02-22 17:09:18 +01:00