Winford

Results 193 comments of Winford

It seems like fixing GC may bring performance improvements across the board, but it may be easier to replace these functions with nifs. My vote would be for fixing GC,...

Any improvements to error handling and stacktraces would be fantastic. While this work is being undertaken we should consider a mechanism for selectively suppressing stacktraces for specific modules. The specific...

> I think both actions should be taken, starting from the NIFs. Functions in `lists` are so widely used that anyway a super efficient C implementation might be good anyway....

> Not sure when this driver was introduced. I believe this is the same driver that was introduced during the esp-idf 3.x series and updated along the way to support...

> The blinky.avm: > > > packbeam -l blinky.avm > > Elixir.Blinky.beam * > > Elixir.CCPrecompiler.beam > > Elixir.CCPrecompiler.CompilationScript.beam > > Elixir.CCPrecompiler.UniversalBinary.beam > > Elixir.ElixirMake.Artefact.beam > > Elixir.ElixirMake.Compiler.beam > >...

Ok! This doesn’t flash a complete image… only the bootloader and the VM, but leaves out the libraries. I have a PR open AtomVM/AtomVM#1163 that will make what you did...

Glad to hear you are back in business! That is a mistake I think we have all made several times during our first few months working in AtomVM. For experienced...

I looked at [tiny-regex-c](https://github.com/kokke/tiny-regex-c) and that looks perfect for microcontrollers, implemented as as resource nifs for re_compile() and re_matchp(), re_match() looks like it could be a plain nif. I don't...

Thank you for opening this issue. We do want to make sure the documentation is clear and easy to follow. I guess it should have been more explicit, but the...

> We still need to add this change in `UPDATING.md` with a short explaination about how to migrate existing code. Done.