Comment on Libgccjit.so: an embeddable JIT-compiler based on GCCparentComments−pcwalton12yWell, you can use FastISel, which is way way faster (it's a simple non-pattern-matching instruction emitter, like the Plan 9 compilers).
Comments
Well, you can use FastISel, which is way way faster (it's a simple non-pattern-matching instruction emitter, like the Plan 9 compilers).