Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.8.2.3
/
runtime
tag
d160a793a9938a61f8c194160f1153c0b2d01484
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
28fae98f959509a90c530d356a77dde7bcce799c
0.8.2.3
28fae98
Version 0.8.2.3
by ricow@google.com
· 10 years ago
0.8.2.3
0f7a0bd
Rename runAsync to scheduleMicrotask.
by floitsch@google.com
· 12 years ago
564fbb6
Add proper API for creating private symbols wrt a library.
by rmacnak@google.com
· 12 years ago
fcadf9f
Overlap type arguments of a type with the type arguments of its super type
by regis@google.com
· 12 years ago
fb6249e
Add unit tests to cover stack inspect in the presence of closure calls
by turnidge@google.com
· 12 years ago
c07e740
- Make sure values are "used" as part of ASSERT even when compiling optimized.
by iposva@google.com
· 12 years ago
d69461b
VM: Fix performance regression introduced by r28408.
by fschneider@google.com
· 12 years ago
4be547c
Adapt streams for additional stackTrace argument.
by floitsch@google.com
· 12 years ago
171c6d7
Optimize some collection operations.
by lrn@google.com
· 12 years ago
04c230b
Add Set.lookup method to get the instance in the set.
by lrn@google.com
· 12 years ago
0ca8374
Modifications to TypeVariableMirror implementation to accommodate expected hoisting of methods from ClassMirror to TypeMirror.
by gbracha@google.com
· 12 years ago
8a0d62f
Substitution for type variables in mirrors on instantiated generics.
by rmacnak@google.com
· 12 years ago
15bc5b9
Disallow extending a malformed type (issue 13940).
by regis@google.com
· 12 years ago
42ceee4
Allow malbounded literal types (fix issue 13952).
by regis@google.com
· 12 years ago
afb372d
Fix checked mode failure
by turnidge@google.com
· 12 years ago
3fa1374
Fix compiler error that wasn't showing up on my platform.
by turnidge@google.com
· 12 years ago
b15b293
Allow the debugger to inspect local variables from optimized and inlined frames.
by turnidge@google.com
· 12 years ago
90895e8
Forward stores to loads for SIMD arrays
by johnmccutchan@google.com
· 12 years ago
2786add
Initial GUI for VM service
by johnmccutchan@google.com
· 12 years ago
c9504a7
Bump inlining size threshold.
by fschneider@google.com
· 12 years ago
7fec019
Revert 28422
by johnmccutchan@google.com
· 12 years ago
5a5850d
Optimize away empty string sections in string interpolation
by hausner@google.com
· 12 years ago
209d858
Initial GUI for VM service
by johnmccutchan@google.com
· 12 years ago
6ed9f2c
Implement constructor kinds in the VM mirrors.
by rmacnak@google.com
· 12 years ago
0fdb309
Prefix compile-time typedef checks with __attribute__((unused))
by cbracken@google.com
· 12 years ago
b87ef6a
Final variables induce a setter that throws NSME
by hausner@google.com
· 12 years ago
334fd6b
Mark spawnFunction tests as Fail on Dartium
by vsm@google.com
· 12 years ago
9641c3e
Fix snapshot generation to ensure that the snapshot does not contain
by asiva@google.com
· 12 years ago
974d4f1
Use the methods recommended by ARM to flush ICache.
by zra@google.com
· 12 years ago
d787372
Last cleanup int -> intptr_t. Also removed a hack (boolean is not an integer).
by srdjan@google.com
· 12 years ago
ed4621d
Use HasTypeArguments instead of first computing NumTypeArguments();
by asiva@google.com
· 12 years ago
f21708a
- Dart_ObjectIsType was allowing classes as parameter, changed it to only
by asiva@google.com
· 12 years ago
3190d33
Adds Android as an allowed OS for ARM build.
by zra@google.com
· 12 years ago
41f0d0e
Correctly report the type of initializing formals declared without an explicit type to be the type of the corresponding field.
by rmacnak@google.com
· 12 years ago
3a8252f
Cleanups: int -> intptr_t for "array" lengths, memory sizes.
by srdjan@google.com
· 12 years ago
321c9fe
Rewrite Class::HasTypeArguments() for efficiency.
by regis@google.com
· 12 years ago
e3713a0
Make List.shuffle take an optional Random object to use.
by lrn@google.com
· 12 years ago
5e817c1
It is not an error anymore to leave an instance final field uninitialized.
by regis@google.com
· 12 years ago
1676113
Fix runtimeType for strings, integers and double: return their interface type.
by srdjan@google.com
· 12 years ago
3423572
- Harden coverage generation, by not attempting to compile
by iposva@google.com
· 12 years ago
21cefcd
Add a new method Dart_InvokeConstructor to allow invocation of generative
by asiva@google.com
· 12 years ago
2ae1640
Fix issue 13474. Simplify graph builder for Boolean operators AND, OR: do not optimize code when the result of the Boolean operator is not used.
by srdjan@google.com
· 12 years ago
30e5368
Fix bug in inlining of []= operators.
by fschneider@google.com
· 12 years ago
1cd2ad7
Fix for 12312 (Dartium crash when reloading after running tests).
by asiva@google.com
· 12 years ago
299b95c
Skip AssertAssignable in code generator if optimizer could establish that
by regis@google.com
· 12 years ago
8fa41d5
Compile error on const instance variables
by hausner@google.com
· 12 years ago
ecc0213
Better error message when attempting to import dart:html on the stand-alone VM.
by rmacnak@google.com
· 12 years ago
b56528f
Make the implementations of InstanceMirror.hashCode use dart:core's identityHashCode.
by rmacnak@google.com
· 12 years ago
3c0c99a
Add Directory.systemTemp getter to replace createSystemTemp().
by whesse@google.com
· 12 years ago
55a8a72
Add List.shuffle().
by lrn@google.com
· 12 years ago
2cff019
Polymorphic inlining for []= operators.
by fschneider@google.com
· 12 years ago
7efd22a
Fix build: - Update Symbol name.
by iposva@google.com
· 12 years ago
e7e2e4b
- Rename arrays to lists:
by iposva@google.com
· 12 years ago
3f238a0
Add type check to const conditional expression evaluation
by hausner@google.com
· 12 years ago
fbec69d
- Fix typos and add comments.
by iposva@google.com
· 12 years ago
07366f0
Disable string interpolation optimization until fixed.
by srdjan@google.com
· 12 years ago
008229f
Optimize string interpolation by running it at compile time if all inputs are constant. This is done during constant propagation, however, the argument construction instructions must be removed manually. It is unclear how safe it is to modify graph during constant propagation.
by srdjan@google.com
· 12 years ago
35da9f1
Fix GuardFieldInstr on IA32
by johnmccutchan@google.com
· 12 years ago
0b57a04
Bug fix in load elimination, constant propagation for LoadClassId.
by fschneider@google.com
· 12 years ago
24d089f
- Eliminated the excessive prefixing in the renamer of dart2dart.
by bak@google.com
· 12 years ago
b568dd8
Call correct FATAL macro in EventHandler.
by ajohnsen@google.com
· 12 years ago
b960f8f
Speed up gen_snapshot by writing all bytes at once.
by ajohnsen@google.com
· 12 years ago
a86f11f
IssueRead for DirectoryWatcherHandle as soon as the watcher starts.
by ajohnsen@google.com
· 12 years ago
0420c6b8
Reuse thread when writing stdout/stderr on Windows.
by ajohnsen@google.com
· 12 years ago
22d2031
Implement testing support for "--compiler=none --runtime=dartium"
by kustermann@google.com
· 12 years ago
3a19cdd
Respond to Ivan's code review comments from previous TBR cl.
by jacobr@google.com
· 12 years ago
4882c51
Support compile time constant conditional expressions
by hausner@google.com
· 12 years ago
baeb23f
Refactor some deoptimization code.
by turnidge@google.com
· 12 years ago
b6b3e1f
Factor out throwing of argument error.
by srdjan@google.com
· 12 years ago
79b9edb
Do not share type arguments of mixin types, but clone them to avoid finalization
by regis@google.com
· 12 years ago
ab2d2fc
Make ClassMirror.newInstance deal with reordered etc type arguments for redirecting factories.
by rmacnak@google.com
· 12 years ago
1ea4547
Disallow double in case clauses and const map literal keys
by hausner@google.com
· 12 years ago
30197aab
Improve performance of string buffer by modifying concatAll native to allow growable array and an interval. Eliminate unnecessary check for String elements in release mode.
by srdjan@google.com
· 12 years ago
e5982dc
Fix breakage from r28097
by whesse@google.com
· 12 years ago
b221c70
dart:io | Add Directory.CreateSystemTemp(template) and change Directory.CreateTemp(template).
by whesse@google.com
· 12 years ago
33c74ee
Remove usage of legacy inet_ntop from dart:io.
by ajohnsen@google.com
· 12 years ago
b9715d2
x64: Use a short encoding of addq and subq for 32-bit immediates.
by kmillikin@google.com
· 12 years ago
e375053
Pattern match on generated code to find edge counters.
by kmillikin@google.com
· 12 years ago
a329b0e
Dart VM: Simplify code generation for equality operators.
by fschneider@google.com
· 12 years ago
9278e87
Use int for size when printing to stdout.
by ajohnsen@google.com
· 12 years ago
db94aec
Always mark stdout as blocking when using 'print'.
by ajohnsen@google.com
· 12 years ago
da160cd
TBR: fix build break
by jacobr@google.com
· 12 years ago
1548768
TBR: fix build break
by jacobr@google.com
· 12 years ago
636d137
Fix for issue where external one byte strings cannot be escaped. This occured in practice when requesting all library names for a Polymer.dart example The likely reason why the issue occurs in this case but not others is that some of the libraries are generated using data urls. Added some tests for EscapeSpecialCharacters as it did not have any tests.
by jacobr@google.com
· 12 years ago
7a41b5a
Fixed x64 assembler tests that load large immediates.
by zra@google.com
· 12 years ago
e75bbe2
Eliminates more large immediates from x64 code.
by zra@google.com
· 12 years ago
1a9d6cf
Adds the BreakpointRuntime stub to ARM and MIPS.
by zra@google.com
· 12 years ago
fcb84c8
Fix expression evaluation in library context
by hausner@google.com
· 12 years ago
5b95688
dart:io | Remove unused asynchronous file request enums.
by whesse@google.com
· 12 years ago
031dcbe
Don't emit errors from the socket when we are closing it down.
by ajohnsen@google.com
· 12 years ago
e9f0b93
Revert r28050 due to crashes with --optimization-counter-threshold=5.
by fschneider@google.com
· 12 years ago
acb389d
Optimize conditional branches that have same true/false targets.
by fschneider@google.com
· 12 years ago
f4aaf70
Change type of Dart_PersistentHandle to be the same as Dart_Handle so that
by asiva@google.com
· 12 years ago
8912fdd
Rename NativeReceiver to NativeArg0 as this method is used not necessarily
by asiva@google.com
· 12 years ago
1941e15
Improve code coverage generation.
by mlippautz@google.com
· 12 years ago
bbbe821
- Add special access for receiver as it is a frequently used operation
by asiva@google.com
· 12 years ago
db2516d
Add a is_recognized bit to function kind field. Improves performance of method recognizer and thus the compilation speed.
by srdjan@google.com
· 12 years ago
fcdf8f3
Remove openglui embedder code
by vsm@google.com
· 12 years ago
292d8c9
Fix 13594.
by asiva@google.com
· 12 years ago
b7dbaaa
Slight optimization of case clause type checks
by hausner@google.com
· 12 years ago
Next »