Skip to content

Alternate JIT compiler based on cc? #5

@dworkin

Description

@dworkin

The current JIT compiler, as of version 1.2.5, runs clang as an independent program with IR input. As an alternative, it could instead produce C source code, to be compiled by the host's C compiler. This would make JIT compilation possible on platforms where clang is not supported.

All it would take is a replacement for jit/genclang.cpp.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions