Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Persist return value for wrapped functions
|
|
Remove 'if()' branches from i64 add and subtract code.
|
|
|
|
|
|
|
|
|
|
implement DEAD_FUNCTIONS that way
|
|
|
|
Add wchar and multibyte libc functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case 0xFFFFFFFFFFFFFFFF + 0x0000000100000001 == 0x0000000100000000.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|