0.2.10.1
  1. 5915aff Optimize instanceof: if all results are true and tests can be done using class only replace instanceof with a Boolean constant. by srdjan@google.com · 13 years ago
  2. 92dee42 Do not emit pointer information for embedded singleton VM Isolate objects while generating code. These embedded objects do not need to be visited during GC. by asiva@google.com · 13 years ago
  3. 7f60b90 Add synchronous directory listing to dart:io Directory. by whesse@google.com · 13 years ago
  4. 3e367a1 - Consolidate verbose-gc output to be a single line which can be imported easily into spreadsheets. by iposva@google.com · 13 years ago
  5. 4c06986 - Make Boolean 'true' and 'false' singleton VM isolate objects. by asiva@google.com · 13 years ago
  6. cfeb884 Properly initialize eventhandler mask for all handles on Windows. by ager@google.com · 13 years ago
  7. 121c85b Fix pprof VM flag description by meh@google.com · 13 years ago
  8. 29e06db In unoptimized code use call for instanceof instead of inlined checks. This allows us to collect type feedback and to reduce the code size of unoptimized code. Next will be work on type tests as well. by srdjan@google.com · 13 years ago
  9. e988dec - Mark huge methods are not-optimizable. by iposva@google.com · 13 years ago
  10. 7022b39 Convert all symbol accessors to return read only handles so that it is not necessary to create a new handle in the code that uses it. by asiva@google.com · 13 years ago
  11. cb27634 Remove NoSuchMethodErrorImplementation class and use NoSuchMethodError from core by regis@google.com · 13 years ago
  12. a2d682d Improve line info accuracy in debugging by hausner@google.com · 13 years ago
  13. 818cd3b Fix instance of test for classes that implement call. by srdjan@google.com · 13 years ago
  14. b395961a Fix a warning. by antonm@google.com · 13 years ago
  15. 18e748d Implemented class literals in the VM. by tball@google.com · 13 years ago
  16. 5b3aa7e - Fix comments and formatting. by iposva@google.com · 13 years ago
  17. 97a49b6 Small code cleanup in instanceof test. by srdjan@google.com · 13 years ago
  18. 84d5fb4 Sort checks by counts before emitting test-and-call polymorphic instance calls. by srdjan@google.com · 13 years ago
  19. 929344a Issue 7549: fix for invalid runtimeType.toString() for int, double, and by tball@google.com · 13 years ago
  20. 7db6e9d Re-apply "Clean up the patch file for the isolate library by introducing a new buitlin library: isolate_helper.dart". This time load eagerly isolate_helper so that the native handler can see it. by ngeoffray@google.com · 13 years ago
  21. 6b51661 Fix bug 5944 by hausner@google.com · 13 years ago
  22. d273efd Turn compile time errors related to missing getters and setters into invocation by regis@google.com · 13 years ago
  23. 4329783 Clean up CodeObservers by meh@google.com · 13 years ago
  24. 2c7dfbf Implement a native identical function in the VM. by meh@google.com · 13 years ago
  25. 2e1ecb1 Revert "Implement a native identical function in the VM." by meh@google.com · 13 years ago
  26. 2d02548 Ignore nested breakpoints by hausner@google.com · 13 years ago
  27. 225d9a7 Implement a native identical function in the VM. by meh@google.com · 13 years ago
  28. 51dc889 Revert "Implement a native identical function in the VM." by meh@google.com · 13 years ago
  29. 5e068fe Implement a native identical function in the VM. by meh@google.com · 13 years ago
  30. a1bb3a9 Revert "Implement a native identical function in the VM." by meh@google.com · 13 years ago
  31. 5559681 Implement a native identical function in the VM. by meh@google.com · 13 years ago
  32. ef737f1 Revert "Clean up CodeObservers" by meh@google.com · 13 years ago
  33. 6fbf9f1 Clean up CodeObservers by meh@google.com · 13 years ago
  34. 7695213 Fix an issue with newlines and exception text in the debugger wire protocol. by devoncarew@google.com · 13 years ago
  35. 8a54796 Cleanup: Don't allocate a frame iterator in the IC miss handler when it's not needed. by fschneider@google.com · 13 years ago
  36. 6d0f985 Add exitCode setter to set the exit code returned by the Dart VM by ager@google.com · 13 years ago
  37. 6ff1d9c Simplify basic block discovery -- handle all blcoks uniformly. by kmillikin@google.com · 13 years ago
  38. c29b839 Fix latin1 character predefinition in the symbol table. The code by asiva@google.com · 13 years ago
  39. 7ea520f Create read only handles for empty_array and sentinel objects by asiva@google.com · 13 years ago
  40. 38aa3e1 Revert "Implement a native identical function in the VM." by meh@google.com · 13 years ago
  41. 585e671 Implement a native identical function in the VM. by meh@google.com · 13 years ago
  42. 5d390fd Revert "Implement a native identical function in the VM." by meh@google.com · 13 years ago
  43. d59b593 Implement a native identical function in the VM. by meh@google.com · 13 years ago
  44. 08b1e44 Reapply "Optimize the message queue for many active ports with few messages." by ager@google.com · 13 years ago
  45. c3c47bb Revert "Optimize the message queue for many active ports with few messages." by ager@google.com · 13 years ago
  46. 324f171 Mark final fields as immutable. by srdjan@google.com · 13 years ago
  47. 6e945a2 Optimize the message queue for many active ports with few messages. by ager@google.com · 13 years ago
  48. ee2a8fe Add automatic initialization of SecureSocket library. by whesse@google.com · 13 years ago
  49. 3546cf0 Cache resolution of two static functions frequently used in I/O. by fschneider@google.com · 13 years ago
  50. 6c398a3 Fixed Issue 7508: Many StringBuffer methods return StringBuffer, but should be void. by bak@google.com · 13 years ago
  51. 9a45691 When replacing one value with another ensure that replacement has SSA index assigned. by vegorov@google.com · 13 years ago
  52. 9cdeb39 Simplify method invocation runtime entries. by regis@google.com · 13 years ago
  53. b7ed42c Fix test failure issue 7471: Signature classes have different type checking rules, i.e., they have no subclasses but other signature classes may be subtypes (must check signature). by srdjan@google.com · 13 years ago
  54. 87a43be Implement debugger connection on Windows. by ager@google.com · 13 years ago
  55. 04c4cf1 Set kArrayCid as ResultCid for CreateArray instruction. by vegorov@google.com · 13 years ago
  56. 60c599f Be explicit about use of W version on Windows. by ager@google.com · 13 years ago
  57. e0a4980 Mirrors implemented via patches. 2nd try. by johnniwinther@google.com · 13 years ago
  58. 2958574 Set close-on-exec flag on pipe() and kqueue() file descriptors on MacOS by kustermann@google.com · 13 years ago
  59. 3a1ab92 Make getter for capacity in _GrowableObjectArray private. by fschneider@google.com · 13 years ago
  60. 62b3f45 Ignore runtime/pkg/. Review URL: https://codereview.chromium.org//11638014 by kmillikin@google.com · 13 years ago
  61. 3a38233 Inline ByteArrayBase.length in the flow graph optimizer. by fschneider@google.com · 13 years ago
  62. 406617e Fix Windows XP process handling. by ager@google.com · 13 years ago
  63. c20c523 Set close-on-exec flag on pipe() and epoll() file descriptors by kustermann@google.com · 13 years ago
  64. 606bfd5 Reapply "Fixes to eventhandler and HTTP"" by sgjesse@google.com · 13 years ago
  65. 000fd5b UnboxDouble: convert smi constants to doubles at compile time instead of at runtime. by srdjan@google.com · 13 years ago
  66. 8af296c Cleanup the exceptions create code to use Arrays instead GrowableArrays so by asiva@google.com · 13 years ago
  67. 2c6de68 Changed the API in DartEntry for invoking dart code from C++ to make it more compatible with the requirements of the runtime. by asiva@google.com · 13 years ago
  68. b406d5c Revert "Cleanup CodeObservers (and update build file)" by meh@google.com · 13 years ago
  69. cc62603 Cleanup CodeObservers (and update build file) by meh@google.com · 13 years ago
  70. 4264ab7 Revert "Cleanup CodeObservers" by meh@google.com · 13 years ago
  71. 1601d23 Fix build. Review URL: https://codereview.chromium.org//11607021 by srdjan@google.com · 13 years ago
  72. 6adb8b3 Cleanup CodeObservers by meh@google.com · 13 years ago
  73. 18b376a Add DoubleToSmi optimistically, preventing boxing/unboxing of doubles and propagate smi-nessof the result. by srdjan@google.com · 13 years ago
  74. 5a698bb Use call counts to prevent cold calls from being inlined. by srdjan@google.com · 13 years ago
  75. 391cefa - Consider the growth policy even when allocating large pages. by iposva@google.com · 13 years ago
  76. e33455d Revert "Switch libraries to using new tags." by lrn@google.com · 13 years ago
  77. 310225a Revert "Fixes to eventhandler and HTTP" by sgjesse@google.com · 13 years ago
  78. a9b6432 Switch libraries to using new tags. by lrn@google.com · 13 years ago
  79. e107943 Fixes to eventhandler and HTTP by sgjesse@google.com · 13 years ago
  80. 672d091 Revert "Clean up the patch file for the isolate library by introducing a new builtin library: isolate_helper.dart." by johnniwinther@google.com · 13 years ago
  81. abb1941 Fix closing of process stdin on Process.run. by ager@google.com · 13 years ago
  82. 6665f3c Include super type in interface list for cycle detection (issue 4318). by regis@google.com · 13 years ago
  83. aef9047 Invoke noSuchMethod instead of immediately throwing NoSuchMethodError when by regis@google.com · 13 years ago
  84. 9fc1b54 Store optimized flow graph statistics on the function itself. by vegorov@google.com · 13 years ago
  85. 6cf3513 Revert "Mirrors implemented via patches." by johnniwinther@google.com · 13 years ago
  86. b8c038d Mirrors implemented via patches. by johnniwinther@google.com · 13 years ago
  87. 8a1b416 Changed the test a bit to ensure dart:io is not included as dartium cannot import dart:io by asiva@google.com · 13 years ago
  88. 49f6f9f Merge the Merlin heap tracing to top-of-trunk. by cshapiro@google.com · 13 years ago
  89. 482b4df Forgot this test in the previous change list. by asiva@google.com · 13 years ago
  90. 1e66512 Fix new isolate_unhandled_exception tests to make them compatible for dartium testing. by asiva@google.com · 13 years ago
  91. 3e59a63 Suppressed isolate uncaught exception handling tests for non-VM builds. by tball@google.com · 13 years ago
  92. 3ae792b Implement InvocationMirror.invokeOn method in the vm (issue 7227). by regis@google.com · 13 years ago
  93. 3282ae3 Second version of support for specifying an unhandled exception callback by tball@google.com · 13 years ago
  94. 849585e Implement Function.apply in vm (issue 5670). by regis@google.com · 13 years ago
  95. 0486a35 Revert "Wat if you closure identical?" by kasperl@google.com · 13 years ago
  96. e2e6ae3 Fix windows build. Review URL: https://codereview.chromium.org//11566025 by asiva@google.com · 13 years ago
  97. d3dcb3a Fix build break. Review URL: https://codereview.chromium.org//11565028 by asiva@google.com · 13 years ago
  98. 0a5bf36 Changes per discussion with Anton by asiva@google.com · 13 years ago
  99. 2729658 Increase optimziation counter threshold to 3000, improves dart2js preformance. by srdjan@google.com · 13 years ago
  100. 1fe5a6d Complete the transition to unicode APIs on Windows. by ager@google.com · 13 years ago