| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-20 | feat(ext/ffi): Make op_ffi_ptr_of fast (#16297) | Aapo Alasuutari | |
| Makes `op_ffi_ptr_of` fast. One of the tests changed from printing `false` to `true` as the fast `&[u8]` slice path creates the slice with a null pointer. Thus the `op_ffi_ptr_of` will now return a null pointer value whereas previously it returned a dangling pointer value. | |||
| 2022-10-20 | perf(ext/ffi): Fast UnsafePointerView read functions (#16351) | Aapo Alasuutari | |
| This PR makes pointer read methods of `Deno.UnsafePointerView` Fast API compliant, with the exception of `getCString` which cannot be made fast with current V8 Fast API. | |||
| 2022-09-19 | refactor: move out test files from root testdata directory into sub ↵ | David Sherret | |
| directories (#15949) | |||
