Bas Zalmstra

Results 274 comments of Bas Zalmstra

Thanks for the report! I will look into this! :)

@Wodann I think the output of nextest is much nicer than regular cargo test for sure but I don't know if the costs outway of "something extra" and non-standardness outway...

Note that immix-rust is not a _reference-counting_ GC

Very interesting read!

In Mun, memory on the heap uses a two-step approach: the code holds a pointer to an ObjectInfo, and the ObjectInfo contains a pointer to the allocated data. This way...

Some initial runtime performance benchmarks have been added here: https://github.com/mun-lang/mun/pull/104

Some thoughts on the implementation: * We can create IR constants that are compiled into the source that uses it * We can create a function (or a memory location...

A maybe more interesting topic is what we allow as the value of a constant? We don't have anything like `constexpr` yet.

I updated this issue to reflect all the work that I think is required for the first version. I dubbed this `arrays v0.1` because it's still missing a lot of...

Some initial performance benchmarks have been added here: https://github.com/mun-lang/mun/pull/104