Erik Rose

Results 244 comments of Erik Rose

> I'm sorry if I sound like a broken record but I still don't really understand the fundamental reason as to "why" for this. No problem. Apologies if I repeat...

I'm fine falling back to rewriting the main module. There are 3 projects in my realm of responsibility that need this fix, so I'll need to factor it up someplace....

Alex and I had a 20-minute talk and decided to… * Leave the gc.rs `realloc_via_malloc` code as is. * Put it behind an off-be-default `--realloc-via-malloc` flag which, when on, gins...

@alexcrichton Early indications are that Big Go has the same problem as TinyGo, but it's less amenable to this solution, since it exposes no `malloc()`. We're trying [an approach where...