-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fasl #6
Commits on Jul 30, 2024
-
FASLs: initialize all array elements at once
separate setf-array instructions are pointlessly wasteful
Configuration menu - View commit details
-
Copy full SHA for 295398f - Browse repository at this point
Copy the full SHA 295398fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 391d383 - Browse repository at this point
Copy the full SHA 391d383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e259b8 - Browse repository at this point
Copy the full SHA 0e259b8View commit details -
FASLs: initialize hash tables in one instruction
again, having a bunch of setf-gethash is pointlessly wasteful
Configuration menu - View commit details
-
Copy full SHA for c5d4891 - Browse repository at this point
Copy the full SHA c5d4891View commit details -
Provide initial element for externalization tests
Externalizing an uninitialized array is probably technically undefined behavior, since we read the array elements.
Configuration menu - View commit details
-
Copy full SHA for 85ca089 - Browse repository at this point
Copy the full SHA 85ca089View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e05b7ba - Browse repository at this point
Copy the full SHA e05b7baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e1f5af - Browse repository at this point
Copy the full SHA 0e1f5afView commit details
Commits on Aug 6, 2024
-
Most character arrays are strings so this makes things simpler. Possibly this should be generalized to other arrays? Dunno yet.
Configuration menu - View commit details
-
Copy full SHA for a8fa4e1 - Browse repository at this point
Copy the full SHA a8fa4e1View commit details -
FASL: Instructions to modify fcells
Not used yet, but these can be used to communicate defuns without calling a #'(setf fdefinition) function. As you might guess from the *primitive* thing, I'm seeing if I can't set things up to minimize what's necessary in the "primitive" loading system.
Configuration menu - View commit details
-
Copy full SHA for 7da5da3 - Browse repository at this point
Copy the full SHA 7da5da3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1580075 - Browse repository at this point
Copy the full SHA 1580075View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.