Skip to content

Investigate inlining the fast path of jemalloc #14151

Closed
@pcwalton

Description

@pcwalton

jemalloc seems to have the ability to inline the fast path of allocation. It would be awesome to do cross-language inlining so that we can make allocation equivalent to pulling a pointer off the free list in many places.

This would help get Servo flow allocation performance on par with WebKit/Blink's.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-enhancementCategory: An issue proposing an enhancement or a PR with one.I-slowIssue: Problems and improvements with respect to performance of generated code.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions