summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests
AgeCommit message (Expand)Author
2023-04-13perf(ops): directly respond for eager ops (#18683)Bartek Iwańczuk
2023-03-31fix(ops): fallback when FastApiOneByteString is not utf8 (#18518)Divy Srivastava
2023-03-31perf: `const` op declaration (#18288)Divy Srivastava
2023-03-27feat: port node:zlib to rust (#18291)Divy Srivastava
2023-03-18Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)Bartek Iwańczuk
2023-03-18Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)Bartek Iwańczuk
2023-03-18perf(core): preserve ops between snapshots (#18080)Bartek Iwańczuk
2023-03-16chore(ops): inline FastFunction trait methods (#18226)Divy Srivastava
2023-03-05chore(core): remove argc field from OpDecl (#18024)Divy Srivastava
2023-03-03feat(ops): reland fast zero copy string arguments (#17996)Divy Srivastava
2023-02-28fix(ext/ffi): Remove deno_core::OpState qualifiers, fix ops returning pointer...Aapo Alasuutari
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-02-17feat(ext/node): implement `node:v8` (#17806)Divy Srivastava
2023-01-29perf(ops): Remove unnecessary fast call fallback options usage (#17585)Aapo Alasuutari
2023-01-15fix(ops): disallow memory slices as inputs to async ops (#16738)Andreu Botella
2023-01-14feat(core): Reland support for async ops in realms (#17204)Andreu Botella
2022-12-15Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)Bartek Iwańczuk
2022-12-14feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() (#1...Bartek Iwańczuk
2022-12-05fix(ops): disallow auto-borrowing OpState across potential await point (#16952)Divy Srivastava
2022-12-02feat(ops): Fast zero copy string arguments (#16777)Divy Srivastava
2022-11-27feat(ops): fast calls for Wasm (#16776)Divy Srivastava
2022-11-27perf(ops): Reenable fast unit result optimization (#16827)Divy Srivastava
2022-11-27chore(ops): increase codegen tests coverage (#16834)Divy Srivastava
2022-11-26feat(ops): support raw pointer arguments (#16826)Divy Srivastava
2022-11-11feat(ops): implement fast lazy async ops (#16579)Divy Srivastava
2022-11-10refactor(ops): Rewrite fast call optimizer and codegen (#16514)Divy Srivastava