Skip to content

[v8-lite-mode] Test and verify size-optimized build profile #4

Description

@Towartz

The size profile (--v8-lite-mode) disables JIT and uses V8's lite mode for smaller binary size. This hasn't been fully tested.

No known failures at this stage, but the resulting libnode.so will have significantly different performance characteristics:

  • No JIT compilation
  • Lower RAM usage
  • Slower JS execution (3-10x depending on workload)

This profile is intended for memory-constrained environments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions