Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-18 | Revert "perf(core): preserve ops between snapshots (#18080)" (#18267) | Bartek Iwańczuk | |
This reverts commit 4b6305f4f25fc76f974bbdcc9cdb139d5ab8f5f4. | |||
2023-03-18 | perf(core): preserve ops between snapshots (#18080) | Bartek Iwańczuk | |
This commit changes the build process in a way that preserves already registered ops in the snapshot. This allows us to skip creating hundreds of "v8::String" on each startup, but sadly there is still some op registration going on startup (however we're registering 49 ops instead of >200 ops). This situation could be further improved, by moving some of the ops from "runtime/" to a separate extension crates. --------- Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> | |||
2023-03-16 | chore(ops): inline FastFunction trait methods (#18226) | Divy Srivastava | |
2023-03-05 | chore(core): remove argc field from OpDecl (#18024) | Divy Srivastava | |
https://github.com/denoland/deno/pull/18023#discussion_r1125611859 | |||
2023-02-22 | feat(ext/ffi): Replace pointer integers with v8::External objects (#16889) | Aapo Alasuutari | |