Page MenuHomeFreeBSD

jemalloc: support for RISC-V
ClosedPublic

Authored by br on Jan 21 2016, 4:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 12, 10:39 AM
Unknown Object (File)
Wed, Aug 12, 12:58 AM
Unknown Object (File)
Tue, Aug 11, 11:23 PM
Unknown Object (File)
Sun, Aug 9, 8:07 PM
Unknown Object (File)
Fri, Aug 7, 8:24 PM
Unknown Object (File)
Mon, Aug 3, 1:41 AM
Unknown Object (File)
Jul 7 2026, 2:18 AM
Unknown Object (File)
Jun 23 2026, 2:50 AM
Subscribers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

br retitled this revision from to jemalloc: support for RISC-V.
br updated this object.
br edited the test plan for this revision. (Show Details)
br added reviewers: andrew, emaste.
emaste edited edge metadata.

Please coordinate with jemalloc upstream also so that this doesn't get overwritten in a future update.

How will 32/64/128-bit RISC-V eventually be distinguished?

This revision is now accepted and ready to land.Jan 21 2016, 4:14 PM

Please coordinate with jemalloc upstream also so that this doesn't get overwritten in a future update.

How will 32/64/128-bit RISC-V eventually be distinguished?

it looks compiler has defined __riscv64 (without trailing double underscore)

This revision was automatically updated to reflect the committed changes.