1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/bench
Ryan Dahl f7c298e297
Remove denort optimization (#10350)
denort is an optimization to "deno compile" to produce slightly smaller
output. It's a decent idea, but causes a lot of negative side-effects:

- Deno's link time is a source of constant agony both locally and in CI,
  denort doubles link time.
- The release process is a long and arduous undertaking with many manual
  steps. denort necessitates an additional manual zip + upload from M1
  apple computers.
- The "deno compile" interface is complicated with the "--lite" option.
  This is confusing for uses ("why wouldn't you want lite?").

The benefits of this feature do not outweigh the negatives. We must find
a different approach to optimizing "deno compile" output.
2021-04-26 13:28:38 -04:00
..
fixtures test(lsp): add benchmarking tests (#9586) 2021-02-25 16:14:17 +11:00
deno_common.js chore: update copyright headers (#10243) 2021-04-20 14:27:36 +09:00
deno_http_native.js API change: Deno.startHttp -> Deno.serveHttp (#10087) 2021-04-09 11:54:27 -04:00
deno_http_proxy.ts chore: remove std directory (#9361) 2021-02-02 12:05:46 +01:00
deno_tcp.ts fix(core): error handling in examples (#9867) 2021-04-08 18:04:02 +02:00
deno_tcp_proxy.ts fix(core): error handling in examples (#9867) 2021-04-08 18:04:02 +02:00
http.rs refactor(deno): remove concept of bin & json ops (#10145) 2021-04-12 15:55:05 -04:00
lsp.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
main.rs Remove denort optimization (#10350) 2021-04-26 13:28:38 -04:00
node_http.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
node_http_proxy.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
node_tcp.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
node_tcp_proxy.js chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
throughput.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00