Martin Sternevald

Results 6 comments of Martin Sternevald

Hi! I'm looking at spin loop relaxation in [Unity](https://unity.com) and without explicit instruction support in wasm it's tricky to get right. We either go with something like `nop` which does...

fwiw I like the old rust naming of this as it's very explicit - `spin_loop_hint`. And it doesn't necessarily map directly to one of the instructions mentioned in this thread....

Great! Thanks for the htmlparser. It's much faster than the browser when you need to traverse html, the stupid browser always seem to load images and other bogus resources.

Absolutely, can I ask which version of node you are using? When I wrote the code I was using version 0.2.5 which would be considered quite old now-a-days :-)

Hmm... I just realized that running the tests using node is not such a good idea since the only thing they prove is that the tests can be run using...

It looks like a lot has changed since I created my patch and I'm not sure the patch is valid anymore. I'll dig some more but as of now I...