Sign in
chromium
/
external
/
github.com
/
dart-lang
/
sdk
/
refs/tags/0.8.3.0
/
runtime
tag
e0edb1550933a434dace8814502eef6eb6569581
tagger
Natalie Weizenbaum <nweiz@google.com>
Wed May 27 23:31:14 2015
object
b244f2846431e521a2574ad896660b0f0598e53f
0.8.3.0
0be514a
- Add more data collection to the scavenger. - Fix runtime/PRESUBMIT.py script.
by iposva@google.com
· 12 years ago
22628ce
Output character literals rather than ints in create_resources.py
by cbracken@google.com
· 12 years ago
14b7cc4
Temporary disable string-interpolation constant folding until failures witj --optimization-counter-threshold=5 are resolved.
by srdjan@google.com
· 12 years ago
b83bda9
Add new style of string interpolation optimization: new nodes, working constant folding.
by srdjan@google.com
· 12 years ago
cb7711e
Reorganize VM Service client.
by johnmccutchan@google.com
· 12 years ago
4ee18d0
- Rearrange bits in the bitfields to get better compaction, this reduces
by asiva@google.com
· 12 years ago
ed801a1
VM: Fix bug with evaluation order of static setter invocation.
by fschneider@google.com
· 12 years ago
8b1d572
Change "typedef" to "class" in core library and related tests.
by lrn@google.com
· 12 years ago
2d59eb0
Throw a dynamic type error instead of a CastError in a type cast with a
by regis@google.com
· 12 years ago
e8d030b
Do not hide membership of implementation classes in dart:core.
by rmacnak@google.com
· 12 years ago
5d79a9a
Allow an interface to be (mal)bounded (fix issue 14118).
by regis@google.com
· 12 years ago
6a0fb0d
Handle recursive list structures in debugger
by hausner@google.com
· 12 years ago
2ad40bc
When a value has been optimized away by the compiler, set its value to
by turnidge@google.com
· 12 years ago
2f900da
Cache number of type arguments in class object instead of recalculating it.
by regis@google.com
· 12 years ago
b4b7e58
Allow access to context variables in optimized/inlined frames.
by turnidge@google.com
· 12 years ago
732ab1c
Add factory-method for scheduleMicrotask, as well as a (failing) test.
by ajohnsen@google.com
· 12 years ago
c646aed
Implement new mixin application syntax
by hausner@google.com
· 12 years ago
10e9a79
Make print interceptable.
by floitsch@google.com
· 12 years ago
b5465cf
VM: Fix bug in canonicalization of identical in the optimizing compiler.
by fschneider@google.com
· 12 years ago
eb18535
Document equality and compareTo of numbers.
by lrn@google.com
· 12 years ago
86606af
Forgot to submit the cleanup.
by srdjan@google.com
· 12 years ago
2f0a906
Cleanups, refactoring in anticipation of new string interpolation nodes. Removed unnecessary code.
by srdjan@google.com
· 12 years ago
951ff15
Add back native tracing to optimized code. Tracing natives is an important part of perfromance analysis and should therefore be available in optiumized VM as well. No performance implications are expected.
by srdjan@google.com
· 12 years ago
e9e3dd9
Formatter library entry-point for the masses (w/ gypi update).
by pquitslund@google.com
· 12 years ago
99ce667
Fix a typo in debugger.cc that was causing variable bounds checking to
by turnidge@google.com
· 12 years ago
06ace75
Improve --optimization-filter to accept a comma-separated list of strings.
by fschneider@google.com
· 12 years ago
8922b10
Add EfficientLength marker interface to some iterabels.
by lrn@google.com
· 12 years ago
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
Next »