-
Notifications
You must be signed in to change notification settings - Fork 1.8k
VM: support passing of unboxed values as arguments #33549
Copy link
Copy link
Open
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-performanceIssue relates to performance or code sizeIssue relates to performance or code sizevm-aot-code-sizeRelated to improvements in AOT code sizeRelated to improvements in AOT code size
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.type-performanceIssue relates to performance or code sizeIssue relates to performance or code sizevm-aot-code-sizeRelated to improvements in AOT code sizeRelated to improvements in AOT code size
Type
Fields
Give feedbackNo fields configured for issues without a type.
In certain cases it would be more efficient to pass unboxed values (ints, doubles) to Dart functions and runtime entries.
After this support is implemented we can clean up Thread::unboxed_int64_runtime_arg_.
/cc @mraleph