Skip to content

Be smarter of stack<->heap allocations for "larger" systems. #3331

Closed
@dgryski

Description

@dgryski

Since #2628 , all allocations larger than 256 bytes are moved to the heap. This might not make sense on systems where the default stack size is larger.

This would also allow a larger work queue size for the garbage collector's mark phase which will reduce the number of full heap rescans on overflow.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions