Skip to content

Create lists of literals at compile time #587

@Acaccia

Description

@Acaccia

Currently, something like (list x y z) will be compiled into the instructions to evaluate each arguments at runtime then write them to memory at a specified offset which will become our list.

However, for lists of literal elements such as (list 1 2 3), the representation could be computed and written to memory directly at compile time.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions