Page MenuHomeFreeBSD

loader: Move to using linker sets to bring in optional bits
ClosedPublic

Authored by imp on Feb 14 2024, 9:53 PM.
Tags
None
Referenced Files
F115180071: D43906.id134416.diff
Mon, Apr 21, 4:49 AM
F115111746: D43906.id134416.diff
Sun, Apr 20, 1:54 PM
Unknown Object (File)
Thu, Apr 17, 10:47 PM
Unknown Object (File)
Sat, Apr 12, 9:23 AM
Unknown Object (File)
Wed, Apr 9, 2:51 AM
Unknown Object (File)
Feb 10 2025, 4:25 AM
Unknown Object (File)
Feb 4 2025, 1:17 PM
Unknown Object (File)
Jan 27 2025, 8:16 AM
Subscribers

Details

Summary

The graphics stuff is optional. When it is pulled into the system, we
use a linker set to initialize the lua bindings for it now.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 56030
Build 52919: arc lint + arc unit

Event Timeline

imp requested review of this revision.Feb 14 2024, 9:53 PM
jhb added a subscriber: jhb.
jhb added inline comments.
stand/liblua/lutils.h
38
39

Maybe define a LUA_COMPILE_FOREACH here as a wrapper around SET_FOREACH so that the Xficl_compile_set name is all isolated to here and not also present in interp_lua.c?

This revision is now accepted and ready to land.Feb 14 2024, 10:00 PM
This revision now requires review to proceed.Feb 15 2024, 12:05 AM
This revision is now accepted and ready to land.Feb 15 2024, 12:41 AM