Skip to content

Implement bytecode compiler and VM #659

Description

@adazem009

LLVM enables nice optimizations, but it can be too heavy on some hardware. And it doesn't support any platform/architecture.

A bytecode compiler and VM runs anywhere, is easy to implement and the current codebase is designed to support different compilers - just implement ICodeBuilder, CompilerContext, ExecutionContext, etc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Priority: Lowhelp wantedExtra attention is neededtask

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions