Brandon Payton

Results 281 comments of Brandon Payton

@swissspidy, is there anything more to do here from the perspective of WordPress Playground? We are tracking this issue on our project board and want to be sure you get...

Thank you for your thoughtful feedback, @sbc100. TL;DR -- After writing everything out, I think you are correct that it would be better to use more direct memory management APIs....

Before closing this, let's double check in case I am missing something: Are there any memory management APIs other than mremap() that could be used to attempt growing memory in...

Sorry, @sbc100. It turns out I was wrong about the worst mmap case in [the above comment](https://github.com/emscripten-core/emscripten/issues/21816#issuecomment-2105175931). This is incorrect: > mmap() may cost `N + (2 * (N +...

> No I don't think so, because we don't have virtual memory support its not really possible to grow without moving (unless you get luck and there happens to be...

Hi @ecotechie, I had a NixOS laptop sitting on my desk and was able to run wp-now within a wp-content directory. So... unfortunately, no effortless repro here. :-P The error...

Note: Any unrelated formatting changes are due to auto-formatting logic that runs on commit.

This PR had grown stale and is now superceded by #327.

Intuitively, it feels like we need a thorough but lightweight syntax tree and an interpreter that explicitly handles each case. I've started poking at that idea but don't yet have...

^ @JanJakes, since you've been making fixes to the existing translator, I want to share this discussion with you.