Skip to content

gc enhancements #261

@StefanKarpinski

Description

@StefanKarpinski

Some ideas for making GC faster/better:

  • Store cached type inference trees in a bytecode format instead of as a Julia objects on the heap.
  • Track escape bits (approximate ref counts) for objects, allowing immediate reclamation of unescaped objects.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions