Skip to content

Commit

Permalink
Fix some issues with gc tables (#1138)
Browse files Browse the repository at this point in the history
The important one is the bug in using the load vector; it turns out it
was mistyped, it is supposed to be an f64vector of 3 elements, and was
using a plain vector of two floats... 🤦‍♂️

I also added a test for gc tables; not that it was triggering the bug
(that was triggered in a much more complex program), but it is nice to
have and we can make it more elaborate in time.
  • Loading branch information
vyzo authored Feb 29, 2024
1 parent 0a2b04d commit b409070
Show file tree
Hide file tree
Showing 77 changed files with 86,809 additions and 86,786 deletions.
116 changes: 58 additions & 58 deletions src/bootstrap/gerbil/compiler/base__0.scm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b409070

Please sign in to comment.