You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our value semantics are similar to C, not to languages like Lisp or JavaScript. A record is copied when stored in another place, so putting it into the hash table and getting it out again causes it to be repeatedly copied. Store a @-pointer to the record if you want to actually get at a single value.
Refactor how we were creating the rlib files in the link stage. We cannot invoke rustc's linker directly for the native types since they will call the native linker that will fail. Instead, we just manually create an rlib file that includes only a metadata file.
I cleaned up our archive builder since we no longer need to conform to rustc's interface.
Kobzol
pushed a commit
to Kobzol/rust
that referenced
this issue
Dec 30, 2024
I would expect to see 1 printed, but instead I see 0.
The text was updated successfully, but these errors were encountered: