Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.6.3.1
/
runtime
tag
38fdc8c3326de4310bb604719e3074b0bb62e4ff
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
f7ba3bb9c4d1d7d902fd4c2a88ff1526a1587890
0.6.3.1
965819a
Inline native setters for length and data in the optimizer.
by fschneider@google.com
· 12 years ago
32ef8cd
Add 'address' and 'port' to SocketException, and include them in toString().
by ajohnsen@google.com
· 12 years ago
6867242
dart:io | Pass errors from multithreaded encryption back to Dart.
by whesse@google.com
· 12 years ago
3c34f42
Add debugging info for 'this'
by hausner@google.com
· 12 years ago
9888315
Partial solution to analyze potentially constant expressions
by hausner@google.com
· 12 years ago
898a3d8
Relax method override restrictions.
by floitsch@google.com
· 12 years ago
5e207df
Revert "Relax method override restrictions." Revert "Update status file."
by floitsch@google.com
· 12 years ago
77034fe
Relax method override restrictions.
by floitsch@google.com
· 12 years ago
438767c
Add stackTrace to Error object.
by floitsch@google.com
· 12 years ago
856df98
Remove old code for dealing with non-typed buffers in Socket.write.
by ajohnsen@google.com
· 12 years ago
4e96a9b
Fix bug 11637:
by iposva@google.com
· 12 years ago
8b8795f
Const constructor must have const super initializer
by hausner@google.com
· 12 years ago
b7608cc
JSONStream and tests
by johnmccutchan@google.com
· 12 years ago
04e9e1f
Add a VM defined class VMReference as an opaque pointer for Dart code to VM internal objects.
by rmacnak@google.com
· 12 years ago
c1fe1ba
Fix a debugger step regression
by hausner@google.com
· 12 years ago
908bf5b
Fix Stdio->Stdin typo and missing external.
by ajohnsen@google.com
· 12 years ago
8aa2069
Add Stdio.readByteSync and Stdio.readLineSync.
by ajohnsen@google.com
· 12 years ago
5f0c327
Add Dart_GetSupertype to the dart debugger API so that the dartium
by asiva@google.com
· 12 years ago
98fee55
Fixes ARM assembler test for hardware.
by zra@google.com
· 12 years ago
f86d2ec
Adds support for integer division for ARM chips without the sdiv instruction.
by zra@google.com
· 12 years ago
1e95596
Better single stepping in VM debugger
by hausner@google.com
· 12 years ago
5dcd8f2
Extract the correct os-error on Socket.write, and report correctly in IOSink.
by ajohnsen@google.com
· 12 years ago
1e0c987
Make writes consistent across socket and file synchronous/asynchronus writes in terms of truncation semantics (reports an argument error if the list element contains a non byte value).
by asiva@google.com
· 12 years ago
76f8729
Optimize functions containing try-catch on MIPS.
by zra@google.com
· 12 years ago
5eb7e3b
Optimize functions containing try-catch on ARM.
by regis@google.com
· 12 years ago
15c47d5
Fix 11574: Smi is a subtype of parametrizable Compare.
by srdjan@google.com
· 12 years ago
4456ba2
Fixed crash in EqualityCompareInstr::IsCheckedStrictEqual : update unary_ic_data_ if ic_data_ is set at a later stage.
by srdjan@google.com
· 12 years ago
74c379d
Equality can be converted to a strict equality with checks. If the number of checks exceeds the threshold (--max_equality_polymorphic_checks=32) use megamorphic dispatch instead.
by srdjan@google.com
· 12 years ago
5f9331e
Fix a VM bug in the handling of try/catch/finally.
by kmillikin@google.com
· 12 years ago
b39d2c0
Implement redirect-stdout-on-close on Winows, to the 'NUL' device.
by ajohnsen@google.com
· 12 years ago
900dba8
Remove static mutexes/monitors from dart:io.
by ajohnsen@google.com
· 12 years ago
fb06bcd
- Revert r24564 and r24563 due to unexplained malloc corruption.
by iposva@google.com
· 12 years ago
2402d2a
- Fix compilation errors. Apparently clang != clang everywhere.
by iposva@google.com
· 12 years ago
9c9989d
- Add a WeakTable to the VM. This is used to remember the
by iposva@google.com
· 12 years ago
e730b67
Fixes bug in mips left shift.
by zra@google.com
· 12 years ago
0656d30
Split IdenticalWithNumberCheck in two versions: once called from unoptimized code the other called from optimzied code. Only the one for unoptimized code will be able to stop for single stepping. The optimized version is a leaf stub and cannot cause GC.
by srdjan@google.com
· 12 years ago
51276c7
Remove obsolete #ifdefs excluding MIPS target.
by regis@google.com
· 12 years ago
573b9d8
Fixes a bug in the mips Random_nextState intrinsic.
by zra@google.com
· 12 years ago
3711825
Fix Random_nextState intrinsic on ARM.
by regis@google.com
· 12 years ago
55d97a6
Adds missing case in mips double comparison.
by zra@google.com
· 12 years ago
50fc824
- Remove arguments definition test from the VM.
by iposva@google.com
· 12 years ago
7c65732
- Protect against icount_ overflow in the delay slot and only
by iposva@google.com
· 12 years ago
6005ff6
Fix comment from earlier commit.
by ajohnsen@google.com
· 12 years ago
d506a6e
Stop printing when stdout is closed.
by ajohnsen@google.com
· 12 years ago
60392c7
Implements external array access for mips.
by zra@google.com
· 12 years ago
f415b31
Add --deoptimization_counter_inlining_threshold=10 that stops inlining in a method that has reached it.
by srdjan@google.com
· 12 years ago
fd3f443
Fix a bug in allocation sinking and load elimination.
by fschneider@google.com
· 12 years ago
6aa0faf
Fix runtime build for Android
by whesse@google.com
· 12 years ago
2d2f1bf
- Use VOID_TEMP_FAILURE_RETRY where needed
by iposva@google.com
· 12 years ago
0c93466
Hide parent function name in name of closurized function to user (issue 5436).
by regis@google.com
· 12 years ago
f791281
Add two-byte string support in codeunitAt intrinsic.
by srdjan@google.com
· 12 years ago
169bc2f
Fix code for store buffer update on ARM and MIPS (link register was trashed).
by regis@google.com
· 12 years ago
e16291b
Convert implementation in mirrors.cc to use Dart_GetType instead of Dart_GetClass.
by asiva@google.com
· 12 years ago
5ffa56b
Fix and simplify invocation of noSuchMethod on all platforms after the wrong
by regis@google.com
· 12 years ago
ce82a77
Fixes integer negate intrinsic for arm and mips.
by zra@google.com
· 12 years ago
70043d1
Fix and simplify invocation of noSuchMethod on ARM after the wrong number of
by regis@google.com
· 12 years ago
364c540
Fixes floating point bug in ARM simulator.
by zra@google.com
· 12 years ago
7aa0222
Avoid picking port 65535 for ServerSockets, when any is requested.
by ajohnsen@google.com
· 12 years ago
78e9b8e
dart:io | Add rename to Link
by sgjesse@google.com
· 12 years ago
fe175fd
Change the timeout handling in the standalone VM to use 64-bit integers - take 2
by sgjesse@google.com
· 12 years ago
89a21f2
Change the timeout handling in the standalone VM to use 64-bit integers
by sgjesse@google.com
· 12 years ago
56c4a4a
Remove an unused field in the AST.
by kmillikin@google.com
· 12 years ago
7e71783
Support type arguments for allocation sinking in certain conditions.
by fschneider@google.com
· 12 years ago
b76b3bb
Correctly deal with method invocation of a getter.
by fschneider@google.com
· 12 years ago
1163211
- Revert r24441 until issues found have been addressed.
by iposva@google.com
· 12 years ago
ddc3e13
- Trial balloon for removal of argument definition test.
by iposva@google.com
· 12 years ago
f21ae73
Fix bot redness: max_calls can be zero if no call was actually executed.
by srdjan@google.com
· 12 years ago
7defd22
Use call counts to determine which static calls to inline.
by srdjan@google.com
· 12 years ago
7d945c5
Remove skip_static_calls_ as it uses an obsolete way to check for uncalled static calls. Will be replaced by ICData tracking.
by srdjan@google.com
· 12 years ago
9977246
Updates status files for arm hardware
by zra@google.com
· 12 years ago
5bf5a92
Fixes bugs in arm and mips intrinsifier.
by zra@google.com
· 12 years ago
370a99e
Refactor load forwarding pass to use a Place abstraction.
by vegorov@google.com
· 12 years ago
010c23d
Fix Dart_GetType to get the correct number of type arguments.
by asiva@google.com
· 12 years ago
7db2572
dart:io | Change names for SecureSocket exceptions.
by whesse@google.com
· 12 years ago
887c8e7
Move getters from Options to Platform
by sgjesse@google.com
· 12 years ago
6783eae
Fix checked mode error in previous commit
by sgjesse@google.com
· 12 years ago
8a2a138
Detect EOF when reading stdio from terminal on Mac OS
by sgjesse@google.com
· 12 years ago
015f2ee
Fix InternetAddress.resolve impl and test for Windows.
by ajohnsen@google.com
· 12 years ago
d550b05
Remove dead code and re-enable short socket read
by sgjesse@google.com
· 12 years ago
3ad9779
Add reverse dns lookup as a method on InternetAddress.
by ajohnsen@google.com
· 12 years ago
b8db2f0
Inline object constructor already in the method recognizer.
by fschneider@google.com
· 12 years ago
ed4fbd6
Removed dead code: ConsumeIdentChar
by rmacnak@google.com
· 12 years ago
db9f4d4
Remove --disable_privacy
by johnmccutchan@google.com
· 12 years ago
8e27430
- Create isolate specific resuable handles and use them in the hot lookup paths.
by asiva@google.com
· 12 years ago
83230d2
Preallocate objects in Dart::InitializeIsolate not in Api::CheckIsolateState
by johnmccutchan@google.com
· 12 years ago
ce3c239
Reduce time spenty in tests: instead of looping for long, shorten optimizations threshold.
by srdjan@google.com
· 12 years ago
8edda78
Enables more tests for SIMMIPS.
by zra@google.com
· 12 years ago
6ea08a3
Allows exception object to be null in simarm and simmips.
by zra@google.com
· 12 years ago
b8531f4
Mark test pass, crash for simarm, in order to make bot green.
by srdjan@google.com
· 12 years ago
0bf7251
Reland: Optimizing noSuchMethod invocation with no arguments.
by fschneider@google.com
· 12 years ago
48b1656
Allow Object when doing lookups.
by floitsch@google.com
· 12 years ago
35ce4d2
Ensure that allocation sinking candidates are classified as not-aliased before final load forwarding.
by vegorov@google.com
· 12 years ago
fa7817b
Change static calls in unoptimized code to always call via a stub. Using ICData, the call count of static calls is collected as well.
by srdjan@google.com
· 12 years ago
06abf98
In FiftyThreeBitOverflow, stores overflowing value as a string.
by zra@google.com
· 12 years ago
48555c8
Back out r24266 to investigate dartium test failure.
by fschneider@google.com
· 12 years ago
64553c2
Fix expectation for 53-bit-overflow.
by lrn@google.com
· 12 years ago
0bd36e7
Add missing include of ifaddrs in mac.
by ajohnsen@google.com
· 12 years ago
63e62f6
Update mac and android Socket::LookupAddress.
by ajohnsen@google.com
· 12 years ago
4624420
Add NetworkAdaptor to dart:io.
by ajohnsen@google.com
· 12 years ago
ab1981b
Optimizing noSuchMethod invocation with no arguments.
by fschneider@google.com
· 12 years ago
Next »