Age | Commit message (Collapse) | Author |
|
Cleanup compiler flags
|
|
Improve error reporting in build_library.
|
|
|
|
|
|
|
|
|
|
test_longjmp2 and 3 in asm
|
|
|
|
enable test_longjmp in asm
|
|
|
|
|
|
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.
|
|
|
|
higher-level register_function though...
|
|
|
|
|
|
|
|
embind test code.
|
|
bit quicker.
|
|
converters.
|
|
this to wire type, since instanceof was profiled to be slow. Instead, the correct instanceof enforcement is done in the upcastPointer function.
|
|
classes happen to have member functions with the same name and signature - a reason why the 'instanceof' check exists in embind.js.
|
|
|
|
|
|
|
|
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.
|
|
|
|
runtime dispatch between JS and JS embind.
|
|
position/rotation object hierarchy with shared_ptrs and benchmark moving objects from JS side using embind.
|
|
|
|
generated with makeInvoker.
|
|
and embind.
|
|
Instead, manually craft invoker functions for each function.
|
|
|
|
pointer to the string literal as a constant as opposed to a global variable.
|
|
add support for interned string symbols to emscripten::val
|
|
the non-minified JS in Northstar.
|
|
|
|
|
|
|