native Emacs Lisp

这个是把el文件编译成linux的elf 二进制格式代码.

| name                  | byte-code | native-bench | native-all | native-all vs. |
|-----------------------|-----------|--------------|------------|----------------|
|                       | (sec)     | (sec)        | (sec)      | byte-code      |
| bubble                | 30.44     | 6.54         | 6.29       | 4.8x           |
| bubble-no-cons        | 42.42     | 10.22        | 10.20      | 4.2x           |
| fibn                  | 39.36     | 16.96        | 16.98      | 2.3x           |
| fibn-rec              | 20.64     | 8.06         | 7.99       | 2.6x           |
| fibn-tc               | 19.43     | 6.33         | 6.89       | 2.8x           |
| inclist-tc            | 20.43     | 2.16         | 2.18       | 9.4x           |
| listlen-tc            | 17.66     | 0.66         | 0.70       | 25.2x          |
| inclist-no-type-hints | 45.57     | 5.60         | 5.81       | 7.8x           |
| inclist-type-hints    | 45.89     | 3.67         | 3.70       | 12.4x          |
| nbody                 | 112.99    | 23.65        | 24.44      | 4.6x           |
| dhrystone             | 112.40    | 64.67        | 47.12      | 2.4x           |
| tot                   | 507.23    | 148.52       | 132.3      | 3.8x           |