Skip to content

Integrate Garbage Collector #5

Description

@itssamuelrowe

The following Zen program albeit being simple leaves hundreds of garbage when executed on the virtual machine.

function main(...arguments)
    for var i in range(0, 10000):
         print(i)

This problem can be solved by integrating a garbage collector. Although Zen does not currently support multithreading, in the future it certainly will. Therefore, the garabage collector should acknowledge multithreading. The Eclipse OMR implements a variety of garbage collection algorithms with multithreading support.

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

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions