Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Socketpair
|
|
|
|
test_longjmp2 and 3 in asm
|
|
enable test_longjmp in asm
|
|
|
|
See #1060
|
|
512 bytes to initial allocations
|
|
|
|
|
|
cannot be minified, since they are referred from inside craftInvokerFunction code, which refers to these functions by strings. Also, consistently use 12292 instead of '12292' to have no closure mismatches.
|
|
|
|
|
|
|
|
embind test code.
|
|
converters.
|
|
this to wire type, since instanceof was profiled to be slow. Instead, the correct instanceof enforcement is done in the upcastPointer function.
|
|
|
|
|
|
before parameters to catch invalid this type before invalid parameters.
|
|
|
|
functions into one to remove code duplication.
|
|
|
|
Return timing ticks consistently as seconds in all methods.
|
|
after toWireType. Instead, directly generate dtor calls whenever possible.
|
|
nonconst-, and smartptr implementations.
|
|
|
|
generated with makeInvoker.
|
|
Instead, manually craft invoker functions for each function.
|
|
add support for interned string symbols to emscripten::val
|
|
the non-minified JS in Northstar.
|
|
|
|
|
|
|
|
|
|
"String.fromCharCode" can be a performance bottleneck if called a lot, like 50,000 times per second. Depending on application it can be necessary. A better solution is not converting from HEAP at all, but it requires more work.
|
|
|
|
has code units that do not fit in 8 bits
|
|
|
|
|
|
before pusing embind to GitHub.
|
|
|
|
|
|
|
|
|
|
are disabled
|