Divy
Divy
it would be nice to statically link to `libhermesabi.a`. building with `-DHERMES_STATIC_LINK` builds the archive for me but didn't link (bunch of undefined symbol errors).
This patch fixes stdin read hanging on user input when switching tty mode on Windows Fixes #21111 On Windows, when switching from line to raw mode: - Cancel ongoing console...
The mixed `number | bigint` representation was useful optimization for pointers. Now, pointers are represented as V8 externals. As part of the FFI stabilization effort we want to make `bigint`...
Needed for https://github.com/denoland/deno/pull/22978/ TODO: needs test ik
Closes https://github.com/denoland/rusty_v8/issues/1416
https://chromium-review.googlesource.com/c/v8/v8/+/4335220
Uses [sui](https://github.com/littledivy/sui) to inject metadata as a custom section in the denort binary. Metadata is stored as a ELF linker note on Linux, Mach-O segment on macOS and PE `RT_RCDATA`...
Fixes https://github.com/denoland/deno/issues/24323 - Use a Buffer pool for `fromString` - Implement fast call base64 writes - Direct from string `create` method for each encoding op ``` $ deno bench -A...
Fixes https://github.com/denoland/deno/issues/23984