Skip to content

Cleanup shared constants. NFC#8922

Merged
sbc100 merged 1 commit into
mainfrom
STACK_POINTER
Jul 21, 2026
Merged

Cleanup shared constants. NFC#8922
sbc100 merged 1 commit into
mainfrom
STACK_POINTER

Conversation

@sbc100

@sbc100 sbc100 commented Jul 21, 2026

Copy link
Copy Markdown
Member
  • Remove some unused shared constants.
  • For constants that are only used in a single file move them there
  • Be consistent about how static Names are initialized.

- Remove some unused shared constants.
- For constants that are only used in a single file move them there
- Be consistent about how static Names are initialized.
@sbc100
sbc100 requested a review from a team as a code owner July 21, 2026 06:43
@sbc100
sbc100 requested review from kripken and removed request for a team July 21, 2026 06:43
@sbc100 sbc100 changed the title Cleanup shared-constants.h. NFC Cleanup shared constants. NFC Jul 21, 2026
@sbc100
sbc100 requested a review from tlively July 21, 2026 06:59
@kripken

kripken commented Jul 21, 2026

Copy link
Copy Markdown
Member

Nice!

Btw, if you're looking for this kind of cleanup, one thing I was wondering is if we can find dead or almost dead code in our core headers, wasm.h and literal.h in particular, and remove it or move it to the single user. That should speed up compilation since we constantly scan those files.

@sbc100
sbc100 merged commit 74ff1eb into main Jul 21, 2026
16 checks passed
@sbc100
sbc100 deleted the STACK_POINTER branch July 21, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants