Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.2.10.1
/
runtime
tag
ec0cd17b7c69b1e93f8cb51564f39693630478fb
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:15 2015
object
cee0f80ea4e6b2ff56ddfb3882c812b79842dfa6
0.2.10.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
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
7f60b90
Add synchronous directory listing to dart:io Directory.
by whesse@google.com
· 13 years ago
3e367a1
- Consolidate verbose-gc output to be a single line which can be imported easily into spreadsheets.
by iposva@google.com
· 13 years ago
4c06986
- Make Boolean 'true' and 'false' singleton VM isolate objects.
by asiva@google.com
· 13 years ago
cfeb884
Properly initialize eventhandler mask for all handles on Windows.
by ager@google.com
· 13 years ago
121c85b
Fix pprof VM flag description
by meh@google.com
· 13 years ago
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
e988dec
- Mark huge methods are not-optimizable.
by iposva@google.com
· 13 years ago
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
cb27634
Remove NoSuchMethodErrorImplementation class and use NoSuchMethodError from core
by regis@google.com
· 13 years ago
a2d682d
Improve line info accuracy in debugging
by hausner@google.com
· 13 years ago
818cd3b
Fix instance of test for classes that implement call.
by srdjan@google.com
· 13 years ago
b395961a
Fix a warning.
by antonm@google.com
· 13 years ago
18e748d
Implemented class literals in the VM.
by tball@google.com
· 13 years ago
5b3aa7e
- Fix comments and formatting.
by iposva@google.com
· 13 years ago
97a49b6
Small code cleanup in instanceof test.
by srdjan@google.com
· 13 years ago
84d5fb4
Sort checks by counts before emitting test-and-call polymorphic instance calls.
by srdjan@google.com
· 13 years ago
929344a
Issue 7549: fix for invalid runtimeType.toString() for int, double, and
by tball@google.com
· 13 years ago
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
6b51661
Fix bug 5944
by hausner@google.com
· 13 years ago
d273efd
Turn compile time errors related to missing getters and setters into invocation
by regis@google.com
· 13 years ago
4329783
Clean up CodeObservers
by meh@google.com
· 13 years ago
2c7dfbf
Implement a native identical function in the VM.
by meh@google.com
· 13 years ago
2e1ecb1
Revert "Implement a native identical function in the VM."
by meh@google.com
· 13 years ago
2d02548
Ignore nested breakpoints
by hausner@google.com
· 13 years ago
225d9a7
Implement a native identical function in the VM.
by meh@google.com
· 13 years ago
51dc889
Revert "Implement a native identical function in the VM."
by meh@google.com
· 13 years ago
5e068fe
Implement a native identical function in the VM.
by meh@google.com
· 13 years ago
a1bb3a9
Revert "Implement a native identical function in the VM."
by meh@google.com
· 13 years ago
5559681
Implement a native identical function in the VM.
by meh@google.com
· 13 years ago
ef737f1
Revert "Clean up CodeObservers"
by meh@google.com
· 13 years ago
6fbf9f1
Clean up CodeObservers
by meh@google.com
· 13 years ago
7695213
Fix an issue with newlines and exception text in the debugger wire protocol.
by devoncarew@google.com
· 13 years ago
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
6d0f985
Add exitCode setter to set the exit code returned by the Dart VM
by ager@google.com
· 13 years ago
6ff1d9c
Simplify basic block discovery -- handle all blcoks uniformly.
by kmillikin@google.com
· 13 years ago
c29b839
Fix latin1 character predefinition in the symbol table. The code
by asiva@google.com
· 13 years ago
7ea520f
Create read only handles for empty_array and sentinel objects
by asiva@google.com
· 13 years ago
38aa3e1
Revert "Implement a native identical function in the VM."
by meh@google.com
· 13 years ago
585e671
Implement a native identical function in the VM.
by meh@google.com
· 13 years ago
5d390fd
Revert "Implement a native identical function in the VM."
by meh@google.com
· 13 years ago
d59b593
Implement a native identical function in the VM.
by meh@google.com
· 13 years ago
08b1e44
Reapply "Optimize the message queue for many active ports with few messages."
by ager@google.com
· 13 years ago
c3c47bb
Revert "Optimize the message queue for many active ports with few messages."
by ager@google.com
· 13 years ago
324f171
Mark final fields as immutable.
by srdjan@google.com
· 13 years ago
6e945a2
Optimize the message queue for many active ports with few messages.
by ager@google.com
· 13 years ago
ee2a8fe
Add automatic initialization of SecureSocket library.
by whesse@google.com
· 13 years ago
3546cf0
Cache resolution of two static functions frequently used in I/O.
by fschneider@google.com
· 13 years ago
6c398a3
Fixed Issue 7508: Many StringBuffer methods return StringBuffer, but should be void.
by bak@google.com
· 13 years ago
9a45691
When replacing one value with another ensure that replacement has SSA index assigned.
by vegorov@google.com
· 13 years ago
9cdeb39
Simplify method invocation runtime entries.
by regis@google.com
· 13 years ago
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
87a43be
Implement debugger connection on Windows.
by ager@google.com
· 13 years ago
04c4cf1
Set kArrayCid as ResultCid for CreateArray instruction.
by vegorov@google.com
· 13 years ago
60c599f
Be explicit about use of W version on Windows.
by ager@google.com
· 13 years ago
e0a4980
Mirrors implemented via patches. 2nd try.
by johnniwinther@google.com
· 13 years ago
2958574
Set close-on-exec flag on pipe() and kqueue() file descriptors on MacOS
by kustermann@google.com
· 13 years ago
3a1ab92
Make getter for capacity in _GrowableObjectArray private.
by fschneider@google.com
· 13 years ago
62b3f45
Ignore runtime/pkg/. Review URL: https://codereview.chromium.org//11638014
by kmillikin@google.com
· 13 years ago
3a38233
Inline ByteArrayBase.length in the flow graph optimizer.
by fschneider@google.com
· 13 years ago
406617e
Fix Windows XP process handling.
by ager@google.com
· 13 years ago
c20c523
Set close-on-exec flag on pipe() and epoll() file descriptors
by kustermann@google.com
· 13 years ago
606bfd5
Reapply "Fixes to eventhandler and HTTP""
by sgjesse@google.com
· 13 years ago
000fd5b
UnboxDouble: convert smi constants to doubles at compile time instead of at runtime.
by srdjan@google.com
· 13 years ago
8af296c
Cleanup the exceptions create code to use Arrays instead GrowableArrays so
by asiva@google.com
· 13 years ago
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
b406d5c
Revert "Cleanup CodeObservers (and update build file)"
by meh@google.com
· 13 years ago
cc62603
Cleanup CodeObservers (and update build file)
by meh@google.com
· 13 years ago
4264ab7
Revert "Cleanup CodeObservers"
by meh@google.com
· 13 years ago
1601d23
Fix build. Review URL: https://codereview.chromium.org//11607021
by srdjan@google.com
· 13 years ago
6adb8b3
Cleanup CodeObservers
by meh@google.com
· 13 years ago
18b376a
Add DoubleToSmi optimistically, preventing boxing/unboxing of doubles and propagate smi-nessof the result.
by srdjan@google.com
· 13 years ago
5a698bb
Use call counts to prevent cold calls from being inlined.
by srdjan@google.com
· 13 years ago
391cefa
- Consider the growth policy even when allocating large pages.
by iposva@google.com
· 13 years ago
e33455d
Revert "Switch libraries to using new tags."
by lrn@google.com
· 13 years ago
310225a
Revert "Fixes to eventhandler and HTTP"
by sgjesse@google.com
· 13 years ago
a9b6432
Switch libraries to using new tags.
by lrn@google.com
· 13 years ago
e107943
Fixes to eventhandler and HTTP
by sgjesse@google.com
· 13 years ago
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
abb1941
Fix closing of process stdin on Process.run.
by ager@google.com
· 13 years ago
6665f3c
Include super type in interface list for cycle detection (issue 4318).
by regis@google.com
· 13 years ago
aef9047
Invoke noSuchMethod instead of immediately throwing NoSuchMethodError when
by regis@google.com
· 13 years ago
9fc1b54
Store optimized flow graph statistics on the function itself.
by vegorov@google.com
· 13 years ago
6cf3513
Revert "Mirrors implemented via patches."
by johnniwinther@google.com
· 13 years ago
b8c038d
Mirrors implemented via patches.
by johnniwinther@google.com
· 13 years ago
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
49f6f9f
Merge the Merlin heap tracing to top-of-trunk.
by cshapiro@google.com
· 13 years ago
482b4df
Forgot this test in the previous change list.
by asiva@google.com
· 13 years ago
1e66512
Fix new isolate_unhandled_exception tests to make them compatible for dartium testing.
by asiva@google.com
· 13 years ago
3e59a63
Suppressed isolate uncaught exception handling tests for non-VM builds.
by tball@google.com
· 13 years ago
3ae792b
Implement InvocationMirror.invokeOn method in the vm (issue 7227).
by regis@google.com
· 13 years ago
3282ae3
Second version of support for specifying an unhandled exception callback
by tball@google.com
· 13 years ago
849585e
Implement Function.apply in vm (issue 5670).
by regis@google.com
· 13 years ago
0486a35
Revert "Wat if you closure identical?"
by kasperl@google.com
· 13 years ago
e2e6ae3
Fix windows build. Review URL: https://codereview.chromium.org//11566025
by asiva@google.com
· 13 years ago
d3dcb3a
Fix build break. Review URL: https://codereview.chromium.org//11565028
by asiva@google.com
· 13 years ago
0a5bf36
Changes per discussion with Anton
by asiva@google.com
· 13 years ago
2729658
Increase optimziation counter threshold to 3000, improves dart2js preformance.
by srdjan@google.com
· 13 years ago
1fe5a6d
Complete the transition to unicode APIs on Windows.
by ager@google.com
· 13 years ago
Next »