std-minimal-library #1

Merged
dimgigov merged 16 commits from std-minimal-library into main 2026-08-01 12:47:27 +00:00
Owner
No description provided.
Allocas emitted at the current insert point inside a loop body allocate
fresh stack on every iteration, released only at function return —
sha256 over a >10KB string blew the 8MB stack under lli. Hoist all
loop-reachable allocas (let, for var, match_res, ftmp, slit) to the
function entry block via entry_alloca(). Adds sha_big_probe regression
test (1.3MB input, verified against hashlib).
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
baga-lang-ai/baga-lang-ai!1
No description provided.