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

Unified Diff: frog/leg/emitter.dart

Issue 9668029: Fix a long-standing bug in the computation of the live environments for bailouts. When visiting a l… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | frog/leg/ssa/bailout.dart » ('j') | frog/leg/ssa/bailout.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/leg/emitter.dart
===================================================================
--- frog/leg/emitter.dart (revision 5281)
+++ frog/leg/emitter.dart (working copy)
@@ -545,9 +545,6 @@
// Do not generate no such method calls if there is no class.
if (compiler.universe.instantiatedClasses.isEmpty()) return;
- // TODO(ngeoffray): We don't need to generate these methods if
- // nobody overwrites noSuchMethod.
-
ClassElement objectClass =
compiler.coreLibrary.find(const SourceString('Object'));
String className = namer.isolatePropertyAccess(objectClass);
« no previous file with comments | « no previous file | frog/leg/ssa/bailout.dart » ('j') | frog/leg/ssa/bailout.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698