Skip to content

Store bytecode in compiled binaries #31

@codebycruz

Description

@codebycruz

This was done previously, but removed in a refactor and to fix windows. Need to do it again.

This would result in

  • Faster startup times as LuaJIT doesn't need to do initial compilation
  • Theoretically better stack traces as you can just change the module name to whatever you want in the bytecode.
  • Smaller binary size (only really for huge projects)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions