Page MenuHomeFreeBSD

jemalloc: support for RISC-V
ClosedPublic

Authored by br on Jan 21 2016, 4:11 PM.
Tags
None
Referenced Files
F135473708: D5020.id12602.diff
Mon, Nov 10, 4:08 AM
Unknown Object (File)
Fri, Nov 7, 4:11 PM
Unknown Object (File)
Wed, Nov 5, 11:23 PM
Unknown Object (File)
Tue, Nov 4, 7:56 AM
Unknown Object (File)
Mon, Nov 3, 12:24 PM
Unknown Object (File)
Mon, Nov 3, 12:24 PM
Unknown Object (File)
Mon, Nov 3, 12:24 PM
Unknown Object (File)
Mon, Nov 3, 12:22 PM
Subscribers
None

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.