Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Unified Diff: pkg/compiler/lib/src/use_unused_api.dart

Issue 912223003: Support @NoInlining in the ssa-builder. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: move TODO Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/use_unused_api.dart
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
index 77f0bc986941febe6a7d0f01c3dac1ebc93f31cc..0ba3b3d6a37b416e9cb01aca8e8bedd35462854e 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -180,9 +180,6 @@ useJsOther(js.SimpleJavaScriptPrintingContext context) {
useJsBackend(js_backend.JavaScriptBackend backend) {
backend.assembleCode(null);
- backend.annotations.noInlining(null);
- backend.annotations.trustTypeAnnotations(null);
- backend.annotations.assumeDynamic(null);
}
useConcreteTypesInferrer(concrete_types_inferrer.ConcreteTypesInferrer c) {

Powered by Google App Engine
This is Rietveld 408576698