verbessern

Results 8 comments of verbessern

I think this happens, because some implementations are locking the whole memory length for an atomic operation, thus memory corruption cannot occur per variable (no tear can occur, and all...

Not only the code size is improved, but also the readability of the code, the speed of the direct interpretation, also there will be no need of a local variable...

I think that a combination of the validation logic that applies to `local.tee + local.get` should be the base for creating the validation logic of `dup`, by making the local...

I'm not convinced that the losing of the stack polymorphism is a good idea. I think its a nice thing to have.

In the outline of the document (table of content) if you browse the tree, some children are with this text. For example `Outline->Validation->Types->Block Type` has 2 children, the first one...

That is not in the pages themselves, but in the table of content of the document (usually available for navigation in the GUI of the PDF viewers).

I do not know when it appeared, but the first specs had no such depth TOC nesting, so it had no such issue. Version 2 however has, as well as...

When 8 and 16 bits operations are not available into the wasm, that will force the addition of very serious amount of instructions in each program that uses that. The...