Skip to content

Profile optimize compiler internals fdslke#2006

Merged
andrew4328 merged 7 commits intoLambda-Mountain-Compiler-Backend:mainfrom
andrew4328:profile-optimize-compiler-internals-fdslke
Mar 11, 2026
Merged

Profile optimize compiler internals fdslke#2006
andrew4328 merged 7 commits intoLambda-Mountain-Compiler-Backend:mainfrom
andrew4328:profile-optimize-compiler-internals-fdslke

Conversation

@andrew4328
Copy link
Copy Markdown
Collaborator

Describe your changes

Features:

  • create a new library type VectorView which provides a lightweight view into a vector
  • this new type is to be used primarily with [:] and tail style vector decomposition
  • which will immediately allow us to replace List with Vector in Type definition
  • there are two branches of the core compiler now index.lsts and dev-index.lsts
  • this strategy allows us to develop features inside the compiler without having to "jump" to the next version

Issue ticket number and link

#1895

Checklist before requesting a review

  • [ x ] I have performed an AI-assisted self-review of my code.
Can you review my pull request and provide some suggestions?
https://patch-diff.githubusercontent.com/raw/Lambda-Mountain-Compiler-Backend/lambda-mountain/pull/1926.diff
  • [ x ] If it is a new feature, I have added thorough tests.
  • [ x ] I agree to release these changes under the terms of the permissive MIT license (1).
  1. https://github.com/andrew-johnson-4/lambda-mountain/blob/main/LICENSE

@andrew4328 andrew4328 merged commit 5b331ab into Lambda-Mountain-Compiler-Backend:main Mar 11, 2026
1 check failed
@andrew4328 andrew4328 deleted the profile-optimize-compiler-internals-fdslke branch March 11, 2026 00:57
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.

1 participant