Kerem Kat
Kerem Kat
Hi! What is the expected performance gain in startup with this PR?
Tested with 1.17.0, segfault happens while parsing `node_modules/aws-cdk-lib/region-info/lib/built-ins.generated.js`, because of deep recursion via https://github.com/oven-sh/bun/blob/7ec64c2cc82e8bdd1a87f5696b587c27422a6a6f/src/js_parser.zig#L1743 smaller repro: ``` npm i aws-cdk-lib bun node_modules/aws-cdk-lib/region-info/lib/built-ins.generated.js ```
Is it possible to have an OpenSSL 3.1.0 release and have the FIPS certification bump a minor version, so that 3.2.0 would be the first FIPS certified version? There are...
Is it possible to release a 3.0.9 with only 3 cherry picked commits in https://github.com/openssl/openssl/pull/20421 ?
Now that OpenSSL 3.1 is released today, I am closing this issue. Thanks for your time and a great release!
Is it possible to include the perf improvements from https://github.com/nodejs/node/pull/46425 in the next v18.x release?
This may be relevant: https://github.com/denoland/deno/pull/17460
Tested with Node 20.10.0, issue still exists: ``` echo 'await 5;' > index.mjs ``` ``` node --build-snapshot index.mjs /krk/esm-snap/index.mjs:1 await 5; ^^^^^ SyntaxError: await is only valid in async functions...
`-ffunction-sections` and `-fdata-section` will enable the linker to remove any unused sections in the binary that consumes simdutf statically. This may benefit the end-user of `libsimdutf.a` more than it does...
Added support in https://github.com/kudrykv/latex-yearly-planner/pull/119