Skip to content

Commit

Permalink
[vm/ffi] Roll package:ffi to Allocator and Opaque
Browse files Browse the repository at this point in the history
This can only be landed when `Allocator` and `Opaque` have rolled into
Flutter/engine, that into Flutter/flutter, and that into g3.
flutter/flutter/commit/a706cd211240f27be3b61f06d70f958c7a4156fe

Deletes all the copies of `_CallocAllocator` and uses the one from
`package:ffi` instead.

Issue: #44622
Issue: #43974
Issue: #44621
Issue: #38721

Change-Id: I50b3b4c31a2b839b35e3e057bd54f463b90bc55e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/179540
Reviewed-by: Aske Simon Christensen <[email protected]>
  • Loading branch information
dcharkes authored and [email protected] committed Jan 20, 2021
1 parent e7a88b9 commit 7d648e3
Show file tree
Hide file tree
Showing 93 changed files with 4 additions and 1,652 deletions.
4 changes: 2 additions & 2 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ vars = {

"chromedriver_tag": "83.0.4103.39",
"dartdoc_rev" : "9e61a4f11091aaa8998525a2692b14148dc24ab5",
"ffi_rev": "31352979f261f7c6ea88fa0a2cfb0fdd004c38fb",
"ffi_rev": "ad6700de10ca3af16f0c3d9ff8aa15d2bd7cd21c",
"fixnum_rev": "16d3890c6dc82ca629659da1934e412292508bba",
"file_rev": "0e09370f581ab6388d46fda4cdab66638c0171a1",
"glob_rev": "7c0ef8d4fa086f6b185c4dd724b700e7d7ad8f79",
Expand All @@ -115,7 +115,7 @@ vars = {
"http_throttle_tag" : "1.0.2",
"icu_rev" : "79326efe26e5440f530963704c3c0ff965b3a4ac",
"idl_parser_rev": "5fb1ebf49d235b5a70c9f49047e83b0654031eb7",
"intl_tag": "0.17.0-nullsafety",
"intl_tag": "ade5a936a1de62e7cd04c3ea956c02bd491d7868",
"jinja2_rev": "2222b31554f03e62600cd7e383376a7c187967a1",
"json_rpc_2_rev": "b8dfe403fd8528fd14399dee3a6527b55802dd4d",
"linter_tag": "0.1.128",
Expand Down
1 change: 0 additions & 1 deletion benchmarks/FfiBoringssl/dart/FfiBoringssl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import 'dart:typed_data';
import 'package:benchmark_harness/benchmark_harness.dart';
import 'package:ffi/ffi.dart';

import 'calloc.dart';
import 'digest.dart';
import 'types.dart';

Expand Down
109 changes: 0 additions & 109 deletions benchmarks/FfiBoringssl/dart/calloc.dart

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/FfiBoringssl/dart2/FfiBoringssl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import 'dart:typed_data';
import 'package:benchmark_harness/benchmark_harness.dart';
import 'package:ffi/ffi.dart';

import 'calloc.dart';
import 'digest.dart';
import 'types.dart';

Expand Down
111 changes: 0 additions & 111 deletions benchmarks/FfiBoringssl/dart2/calloc.dart

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/FfiCall/dart/FfiCall.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import 'dart:io';
import 'package:ffi/ffi.dart';
import 'package:benchmark_harness/benchmark_harness.dart';

import 'calloc.dart';
import 'dlopen_helper.dart';

//
Expand Down
109 changes: 0 additions & 109 deletions benchmarks/FfiCall/dart/calloc.dart

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/FfiCall/dart2/FfiCall.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import 'dart:io';
import 'package:ffi/ffi.dart';
import 'package:benchmark_harness/benchmark_harness.dart';

import 'calloc.dart';
import 'dlopen_helper.dart';

//
Expand Down
Loading

0 comments on commit 7d648e3

Please sign in to comment.