Replies: 1 comment
-
Just flagging that I get an assertion failure in Ravi when using the latest. Not investigated yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am glad to announce the release of MIR version 1.0.0.
This release is based on the
bbv
branch, which has been in use bysome people for some time. Branch
bbv
becamemaster
. Theprevious branch
master
becamev0_master
.Here are the major changes compared to the previous
version, 0.2.0:
a 16% geometric mean improvement on a set of benchmarks found in the
c-benchmarks
directory.to implement a better JIT for dynamic programming languages:
__builtin_expect
MIR now supports only PPC64LE (little-endian).
and bbv code generation. Lazy function generation and lazy basic block generation work
at practically the same speed.
hence the change in the MIR API version was upgraded from 0 to 1.
c2m
driver still supports parallel parsing of different C files.This discussion was created from the release MIR version 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions