mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -05:00
a2488ae792
Changes introduced in #13633 have broken the ability to compile for linux/aarch64 - specifically the use of a `i8` as a char type, which is an `u8` on linux/aarch64. This PR: - Replaces instances of `i8` with the architecture-aware wrapper type `c_char` - Skips the use of `--export-dynamic-symbol` on linux-aarch64, because the target environments often rely on older libc/binutils versions |
||
---|---|---|
.. | ||
fs | ||
http | ||
napi | ||
testdata | ||
async_ops.js | ||
cache_api.js | ||
console.js | ||
deno_common.js | ||
encode_into.js | ||
getrandom.js | ||
http.rs | ||
lsp.rs | ||
lsp_bench_standalone.rs | ||
main.rs | ||
metrics.rs | ||
op_now.js | ||
README.md | ||
secure_curves.js | ||
tcp.js | ||
tty.js | ||
url_parse.js | ||
write_file.js |
benchmark filtering:
cargo bench --bench deno_bench -- bundle
benchmark plots:
new: https://denoland.grafana.net/d/vErC9VCnz/benchmarks?orgId=1 old: deno.land/benchmarks