Modestas Valauskas

Results 117 comments of Modestas Valauskas

Status update: Migrating to dart provided finalizers would require bumping the lower bound to at least 2.17.0. Since everything works fine for now, this isn't urgent, but should probably be...

@liamappelbe did you succeed at fixing the flaky CI by migrating to native finalizers? The status of https://github.com/dart-lang/wasm/pull/122 seems to indicate no. If so, do you have any insights into...

I'm glad to hear that, thank you.

Thank you for the heads-up. @devoncarew I think that this package should not be archived because many challenges that this package has to overcome don't seem to have a good...

I think there are no fundamental disagreements here, it's just that there is a difference in opinion about what to focus on. It seems to me that a big reason...

So apparently no JIT doesn't necessarily mean abysmal performance. https://microsoftedge.github.io/edgevr/posts/Super-Duper-Secure-Mode/ Microsoft is supporting a JIT-free mode for Edge with what looks like not much slower benchmarks. Maybe wasm3 could indeed...

> Then the lane table algorithm refuses to split state 3, resulting in a reduce/reduce conflict. I've looked at this grammar [on grammophone](https://mdaines.github.io/grammophone/?s=QSAtPiBUICJhIiB8IFUgImEiLgpUIC0+ICJ0IiBYMSB8ICJ0IiBYMiAiYiIuClUgLT4gInUiIFgyIHwgInUiIFgxICJiIi4KWDEgLT4gIngiLgpYMiAtPiAieCIu) and I don't quite understand what's so...

# Grammar examples I've just found this: http://smlweb.cpsc.ucalgary.ca/example-grammars/ by chasing links starting at the readme of this project. This contains a bunch of grammar examples for various grammar classes.

# Technique: Determinization via Unit Production Elimination Here are two more that I think are interesting because they have practical relevance to e.g. parameter/argument lists that allow optional trailing commas:...

# Grammar examples Here's a gist I found that contains more: https://gist.github.com/lin/dc83bb38eb458ded3ff01aec4a327d54