dart-sdk/pkg/dart2wasm/lib
Ömer Sinan Ağacan 1d8dde36e1 [dart2wasm] Add array.copy instruction and intrinsics
`array.copy` is used in [1] in `setRange` when source and destinations
are both typed arrays with the same Wasm array type.

[1]: https://dart-review.googlesource.com/c/sdk/+/312907

Change-Id: Iaeecea43c22805eca64b7d98751a52e607210a70
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/314080
Reviewed-by: Joshua Litt <joshualitt@google.com>
Commit-Queue: Ömer Ağacan <omersa@google.com>
2023-07-17 16:51:25 +00:00
..
js [dart:js_interop] Fix JSNumber conversions/semantics and JSBoxedDartObject 2023-06-22 02:51:13 +00:00
abi.dart
async.dart [dart2wasm] Fix continue compilation in switch in async code generator 2023-06-08 17:12:51 +00:00
await_transformer.dart [dart2wasm] New async implementation 2023-05-22 08:32:12 +00:00
class_info.dart [dart2wasm|js] Add support for JS backed subtypes of 64 bit typed data. 2023-07-13 15:29:37 +00:00
closures.dart [dart2wasm] Fix initializing exception variables 2023-06-07 09:34:17 +00:00
code_generator.dart [js] Add JSStringImpl box for JSString. 2023-06-26 17:15:24 +00:00
compile.dart Add a flag to ConstConditionalSimplifier for removing asserts. 2023-05-30 21:39:58 +00:00
compiler_options.dart Add a flag to ConstConditionalSimplifier for removing asserts. 2023-05-30 21:39:58 +00:00
constants.dart [dart2wasm] Support constants and comparison for Wasm numeric types 2023-03-13 14:16:08 +00:00
dart2wasm.dart [dart2wasm] Add option and target for stringref. 2023-06-21 14:25:38 +00:00
dispatch_table.dart [dart2wasm] Rename the dart:wasm library to dart:_wasm. 2023-04-04 11:52:18 +00:00
dynamic_forwarders.dart [dart2wasm] Enable values to be returned from void functions. 2023-02-02 12:08:30 +00:00
ffi_native_transformer.dart [vm] Async FFI callbacks 2023-06-28 01:00:18 +00:00
functions.dart [dart2wasm] New async implementation 2023-05-22 08:32:12 +00:00
globals.dart [dart2wasm] Switch to the new WasmGC test/cast instructions 2023-01-12 14:08:56 +00:00
intrinsics.dart [dart2wasm] Add array.copy instruction and intrinsics 2023-07-17 16:51:25 +00:00
kernel_nodes.dart [js|dart2wasm] Add JS backed subtypes of Dart typed array classes. 2023-07-10 18:11:02 +00:00
option.dart
param_info.dart
record_class_generator.dart [kernel] Add VariableDeclaration.isSynthesized 2023-03-10 11:13:36 +00:00
records.dart [tfa,dart2wasm] Create separate class for each record shape in TFA 2023-03-07 18:06:42 +00:00
reference_extensions.dart [dart2wasm] New async implementation 2023-05-22 08:32:12 +00:00
sync_star.dart [dart2wasm] New async implementation 2023-05-22 08:32:12 +00:00
target.dart [js] Add JSStringImpl box for JSString. 2023-06-26 17:15:24 +00:00
transformers.dart [kernel] Rename InterfaceType.className to classReference 2023-06-01 06:43:46 +00:00
translator.dart [dart2wasm] Add option and target for stringref. 2023-06-21 14:25:38 +00:00
types.dart [deps] rev package:lints to the latest; address lints 2023-06-27 17:03:37 +00:00